static ChangeSummary.Builder |
ChangeSummary.builder() |
|
ChangeSummary.Builder |
ChangeSummary.Builder.changeName(String changeName) |
Optional name for the change.
|
ChangeSummary.Builder |
ChangeSummary.Builder.changeType(String changeType) |
The type of the change.
|
ChangeSummary.Builder |
ChangeSummary.Builder.details(String details) |
This object contains details specific to the change type of the requested change.
|
ChangeSummary.Builder |
ChangeSummary.Builder.detailsDocument(Document detailsDocument) |
The JSON value of the details specific to the change type of the requested change.
|
default ChangeSummary.Builder |
ChangeSummary.Builder.entity(Consumer<Entity.Builder> entity) |
The entity to be changed.
|
ChangeSummary.Builder |
ChangeSummary.Builder.entity(Entity entity) |
The entity to be changed.
|
ChangeSummary.Builder |
ChangeSummary.Builder.errorDetailList(Collection<ErrorDetail> errorDetailList) |
An array of ErrorDetail objects associated with the change.
|
ChangeSummary.Builder |
ChangeSummary.Builder.errorDetailList(Consumer<ErrorDetail.Builder>... errorDetailList) |
An array of ErrorDetail objects associated with the change.
|
ChangeSummary.Builder |
ChangeSummary.Builder.errorDetailList(ErrorDetail... errorDetailList) |
An array of ErrorDetail objects associated with the change.
|
ChangeSummary.Builder |
ChangeSummary.toBuilder() |
|