| PatchSummary.Builder | PatchSummary.Builder. applicationVersion(Integer applicationVersion) | The application version of the patch. | 
| static PatchSummary.Builder | PatchSummary. builder() | Create a new builder. | 
| PatchSummary.Builder | PatchSummary.Builder. copy(PatchSummary model) |  | 
| PatchSummary.Builder | PatchSummary.Builder. dependentObjectMetadata(List<PatchObjectMetadata> dependentObjectMetadata) | List of dependent objects in this patch. | 
| PatchSummary.Builder | PatchSummary.Builder. description(String description) | Detailed description for the object. | 
| PatchSummary.Builder | PatchSummary.Builder. errorMessages(Map<String,String> errorMessages) | The errors encountered while applying the patch, if any. | 
| PatchSummary.Builder | PatchSummary.Builder. identifier(String identifier) | Value can only contain upper case letters, underscore, and numbers. | 
| PatchSummary.Builder | PatchSummary.Builder. key(String key) | The object key. | 
| PatchSummary.Builder | PatchSummary.Builder. keyMap(Map<String,String> keyMap) | A key map. | 
| PatchSummary.Builder | PatchSummary.Builder. metadata(ObjectMetadata metadata) |  | 
| PatchSummary.Builder | PatchSummary.Builder. modelType(String modelType) | The object type. | 
| PatchSummary.Builder | PatchSummary.Builder. modelVersion(String modelVersion) | The object’s model version. | 
| PatchSummary.Builder | PatchSummary.Builder. name(String name) | Free form text without any restriction on permitted characters. | 
| PatchSummary.Builder | PatchSummary.Builder. objectStatus(Integer objectStatus) | The status of an object that can be set to value 1 for shallow references across objects,
other values reserved. | 
| PatchSummary.Builder | PatchSummary.Builder. objectVersion(Integer objectVersion) | The version of the object that is used to track changes in the object instance. | 
| PatchSummary.Builder | PatchSummary.Builder. parentRef(ParentReference parentRef) |  | 
| PatchSummary.Builder | PatchSummary.Builder. patchObjectMetadata(List<PatchObjectMetadata> patchObjectMetadata) | List of objects that are published or unpublished in this patch. | 
| PatchSummary.Builder | PatchSummary.Builder. patchStatus(PatchSummary.PatchStatus patchStatus) | Status of the patch applied or being applied on the application | 
| PatchSummary.Builder | PatchSummary.Builder. patchType(PatchSummary.PatchType patchType) | The type of the patch applied or being applied on the application. | 
| PatchSummary.Builder | PatchSummary.Builder. timePatched(Date timePatched) | The date and time the patch was applied, in the timestamp format defined by
RFC3339 . | 
| PatchSummary.Builder | PatchSummary. toBuilder() |  |