Modifier and Type | Method and Description |
---|---|
Type |
build() |
Type.Builder |
catalogId(String catalogId) |
Type.Builder |
copy(Type o) |
Type.Builder |
customProperties(List<CustomPropertySummary> customProperties) |
Type.Builder |
description(String description) |
Type.Builder |
externalTypeName(String externalTypeName) |
Type.Builder |
isApproved(Boolean isApproved) |
Type.Builder |
isInternal(Boolean isInternal) |
Type.Builder |
isTag(Boolean isTag) |
Type.Builder |
key(String key) |
Type.Builder |
lifecycleState(LifecycleState lifecycleState) |
Type.Builder |
name(String name) |
Type.Builder |
properties(Map<String,List<PropertyDefinition>> properties) |
String |
toString() |
Type.Builder |
typeCategory(String typeCategory) |
Type.Builder |
uri(String uri) |
public Type.Builder key(String key)
public Type.Builder name(String name)
public Type.Builder description(String description)
public Type.Builder catalogId(String catalogId)
public Type.Builder properties(Map<String,List<PropertyDefinition>> properties)
public Type.Builder lifecycleState(LifecycleState lifecycleState)
public Type.Builder isInternal(Boolean isInternal)
public Type.Builder isTag(Boolean isTag)
public Type.Builder isApproved(Boolean isApproved)
public Type.Builder typeCategory(String typeCategory)
public Type.Builder externalTypeName(String externalTypeName)
public Type.Builder uri(String uri)
public Type.Builder customProperties(List<CustomPropertySummary> customProperties)
public Type build()
public Type.Builder copy(Type o)
Copyright © 2016–2021. All rights reserved.