Uses of Class
software.amazon.awssdk.services.codecommit.model.ObjectTypeEnum
-
Packages that use ObjectTypeEnum Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of ObjectTypeEnum in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return ObjectTypeEnum Modifier and Type Method Description ObjectTypeEnumObjectTypes. base()The type of the object in the base commit of the merge.ObjectTypeEnumObjectTypes. destination()The type of the object in the destination branch.static ObjectTypeEnumObjectTypeEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ObjectTypeEnumObjectTypes. source()The type of the object in the source branch.static ObjectTypeEnumObjectTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectTypeEnum[]ObjectTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type ObjectTypeEnum Modifier and Type Method Description static Set<ObjectTypeEnum>ObjectTypeEnum. knownValues()Methods in software.amazon.awssdk.services.codecommit.model with parameters of type ObjectTypeEnum Modifier and Type Method Description ObjectTypes.BuilderObjectTypes.Builder. base(ObjectTypeEnum base)The type of the object in the base commit of the merge.ObjectTypes.BuilderObjectTypes.Builder. destination(ObjectTypeEnum destination)The type of the object in the destination branch.ObjectTypes.BuilderObjectTypes.Builder. source(ObjectTypeEnum source)The type of the object in the source branch.
-