public static class CustomProperty.Builder extends Object
public CustomProperty.Builder key(String key)
public CustomProperty.Builder displayName(String displayName)
public CustomProperty.Builder dataType(CustomPropertyDataType dataType)
public CustomProperty.Builder description(String description)
public CustomProperty.Builder namespaceName(String namespaceName)
public CustomProperty.Builder isListType(Boolean isListType)
public CustomProperty.Builder isSortable(Boolean isSortable)
public CustomProperty.Builder isFilterable(Boolean isFilterable)
public CustomProperty.Builder isMultiValued(Boolean isMultiValued)
public CustomProperty.Builder isHidden(Boolean isHidden)
public CustomProperty.Builder isEditable(Boolean isEditable)
public CustomProperty.Builder isShownInList(Boolean isShownInList)
public CustomProperty.Builder isServiceDefined(Boolean isServiceDefined)
public CustomProperty.Builder isHiddenInSearch(Boolean isHiddenInSearch)
public CustomProperty.Builder lifecycleState(LifecycleState lifecycleState)
public CustomProperty.Builder timeCreated(Date timeCreated)
public CustomProperty.Builder timeUpdated(Date timeUpdated)
public CustomProperty.Builder createdById(String createdById)
public CustomProperty.Builder updatedById(String updatedById)
public CustomProperty.Builder usageCount(Integer usageCount)
public CustomProperty.Builder isEventEnabled(Boolean isEventEnabled)
public CustomProperty.Builder scope(List<CustomPropertyTypeUsage> scope)
public CustomProperty.Builder allowedValues(List<String> allowedValues)
public CustomProperty.Builder events(List<EventConfig> events)
public CustomProperty build()
public CustomProperty.Builder copy(CustomProperty o)
Copyright © 2016–2022. All rights reserved.