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