Uses of Class
software.amazon.awssdk.services.codecommit.model.ChangeTypeEnum
-
Packages that use ChangeTypeEnum Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of ChangeTypeEnum in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return ChangeTypeEnum Modifier and Type Method Description ChangeTypeEnumDifference. changeType()Whether the change type of the difference is an addition (A), deletion (D), or modification (M).ChangeTypeEnumMergeOperations. destination()The operation on a file in the destination of a merge or pull request.static ChangeTypeEnumChangeTypeEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChangeTypeEnumMergeOperations. source()The operation (add, modify, or delete) on a file in the source of a merge or pull request.static ChangeTypeEnumChangeTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeTypeEnum[]ChangeTypeEnum. 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 ChangeTypeEnum Modifier and Type Method Description static Set<ChangeTypeEnum>ChangeTypeEnum. knownValues()Methods in software.amazon.awssdk.services.codecommit.model with parameters of type ChangeTypeEnum Modifier and Type Method Description Difference.BuilderDifference.Builder. changeType(ChangeTypeEnum changeType)Whether the change type of the difference is an addition (A), deletion (D), or modification (M).MergeOperations.BuilderMergeOperations.Builder. destination(ChangeTypeEnum destination)The operation on a file in the destination of a merge or pull request.MergeOperations.BuilderMergeOperations.Builder. source(ChangeTypeEnum source)The operation (add, modify, or delete) on a file in the source of a merge or pull request.
-