ComponentResponse.Builder |
ComponentResponse.Builder.areAllCompositeComponentsReturned(Boolean areAllCompositeComponentsReturned) |
This flag notes whether all compositeComponents are returned in the API response.
|
ComponentResponse.Builder |
ComponentResponse.Builder.areAllPropertiesReturned(Boolean areAllPropertiesReturned) |
This flag notes whether all properties of the component are returned in the API response.
|
static ComponentResponse.Builder |
ComponentResponse.builder() |
|
ComponentResponse.Builder |
ComponentResponse.Builder.componentName(String componentName) |
The name of the component.
|
ComponentResponse.Builder |
ComponentResponse.Builder.componentTypeId(String componentTypeId) |
The ID of the component type.
|
ComponentResponse.Builder |
ComponentResponse.Builder.compositeComponents(Map<String,ComponentSummary> compositeComponents) |
This lists objects that contain information about the compositeComponents.
|
ComponentResponse.Builder |
ComponentResponse.Builder.definedIn(String definedIn) |
The name of the property definition set in the request.
|
ComponentResponse.Builder |
ComponentResponse.Builder.description(String description) |
The description of the component type.
|
ComponentResponse.Builder |
ComponentResponse.Builder.properties(Map<String,PropertyResponse> properties) |
An object that maps strings to the properties to set in the component type.
|
ComponentResponse.Builder |
ComponentResponse.Builder.propertyGroups(Map<String,ComponentPropertyGroupResponse> propertyGroups) |
The property groups.
|
default ComponentResponse.Builder |
ComponentResponse.Builder.status(Consumer<Status.Builder> status) |
The status of the component type.
|
ComponentResponse.Builder |
ComponentResponse.Builder.status(Status status) |
The status of the component type.
|
ComponentResponse.Builder |
ComponentResponse.Builder.syncSource(String syncSource) |
The syncSource of the sync job, if this entity was created by a sync job.
|
ComponentResponse.Builder |
ComponentResponse.toBuilder() |
|