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.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() |
|