Uses of Enum Class
org.azd.enums.GitObjectType
Packages that use GitObjectType
-
Uses of GitObjectType in org.azd.enums
Methods in org.azd.enums that return GitObjectTypeModifier and TypeMethodDescriptionstatic GitObjectTypeReturns the enum constant of this class with the specified name.static GitObjectType[]GitObjectType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GitObjectType in org.azd.git.types
Methods in org.azd.git.types that return GitObjectTypeMethods in org.azd.git.types with parameters of type GitObjectTypeModifier and TypeMethodDescriptionvoidGitItem.setGitObjectType(GitObjectType gitObjectType) voidGitObject.setObjectType(GitObjectType objectType)