public static interface ObjectTypes.Builder extends SdkPojo, CopyableBuilder<ObjectTypes.Builder,ObjectTypes>
| Modifier and Type | Method and Description |
|---|---|
ObjectTypes.Builder |
base(ObjectTypeEnum base)
The type of the object in the base commit of the merge.
|
ObjectTypes.Builder |
base(String base)
The type of the object in the base commit of the merge.
|
ObjectTypes.Builder |
destination(ObjectTypeEnum destination)
The type of the object in the destination branch.
|
ObjectTypes.Builder |
destination(String destination)
The type of the object in the destination branch.
|
ObjectTypes.Builder |
source(ObjectTypeEnum source)
The type of the object in the source branch.
|
ObjectTypes.Builder |
source(String source)
The type of the object in the source branch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildObjectTypes.Builder source(String source)
The type of the object in the source branch.
source - The type of the object in the source branch.ObjectTypeEnum,
ObjectTypeEnumObjectTypes.Builder source(ObjectTypeEnum source)
The type of the object in the source branch.
source - The type of the object in the source branch.ObjectTypeEnum,
ObjectTypeEnumObjectTypes.Builder destination(String destination)
The type of the object in the destination branch.
destination - The type of the object in the destination branch.ObjectTypeEnum,
ObjectTypeEnumObjectTypes.Builder destination(ObjectTypeEnum destination)
The type of the object in the destination branch.
destination - The type of the object in the destination branch.ObjectTypeEnum,
ObjectTypeEnumObjectTypes.Builder base(String base)
The type of the object in the base commit of the merge.
base - The type of the object in the base commit of the merge.ObjectTypeEnum,
ObjectTypeEnumObjectTypes.Builder base(ObjectTypeEnum base)
The type of the object in the base commit of the merge.
base - The type of the object in the base commit of the merge.ObjectTypeEnum,
ObjectTypeEnumCopyright © 2020. All rights reserved.