static Change.Builder |
Change.builder() |
|
Change.Builder |
Change.Builder.changeName(String changeName) |
Optional name for the change.
|
Change.Builder |
Change.Builder.changeType(String changeType) |
Change types are single string values that describe your intention for the change.
|
Change.Builder |
Change.Builder.details(String details) |
This object contains details specific to the change type of the requested change.
|
Change.Builder |
Change.Builder.detailsDocument(Document detailsDocument) |
Alternative field that accepts a JSON value instead of a string for ChangeType details.
|
default Change.Builder |
Change.Builder.entity(Consumer<Entity.Builder> entity) |
The entity to be changed.
|
Change.Builder |
Change.Builder.entity(Entity entity) |
The entity to be changed.
|
Change.Builder |
Change.Builder.entityTags(Collection<Tag> entityTags) |
The tags associated with the change.
|
Change.Builder |
Change.Builder.entityTags(Consumer<Tag.Builder>... entityTags) |
The tags associated with the change.
|
Change.Builder |
Change.Builder.entityTags(Tag... entityTags) |
The tags associated with the change.
|
Change.Builder |
Change.toBuilder() |
|