PatchChangeSummary.Builder |
PatchChangeSummary.Builder.action(PatchChangeSummary.Action action) |
The patch action indicating if object was created, updated, or deleted.
|
static PatchChangeSummary.Builder |
PatchChangeSummary.builder() |
Create a new builder.
|
PatchChangeSummary.Builder |
PatchChangeSummary.Builder.copy(PatchChangeSummary model) |
|
PatchChangeSummary.Builder |
PatchChangeSummary.Builder.identifier(String identifier) |
Value can only contain upper case letters, underscore and numbers.
|
PatchChangeSummary.Builder |
PatchChangeSummary.Builder.key(String key) |
The key of the object.
|
PatchChangeSummary.Builder |
PatchChangeSummary.Builder.name(String name) |
Free form text without any restriction on permitted characters.
|
PatchChangeSummary.Builder |
PatchChangeSummary.Builder.namePath(String namePath) |
The fully qualified path of the published object, which would include its project and
folder.
|
PatchChangeSummary.Builder |
PatchChangeSummary.Builder.objectVersion(Integer objectVersion) |
The object version.
|
PatchChangeSummary.Builder |
PatchChangeSummary.toBuilder() |
|
PatchChangeSummary.Builder |
PatchChangeSummary.Builder.type(PatchChangeSummary.Type type) |
The type of the object in patch.
|