Uses of Enum
org.gitlab4j.api.models.IssueEvent.ResourceType
Packages that use IssueEvent.ResourceType
-
Uses of IssueEvent.ResourceType in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return IssueEvent.ResourceTypeModifier and TypeMethodDescriptionstatic IssueEvent.ResourceTypeIssueEvent.getResourceType()static IssueEvent.ResourceTypeReturns the enum constant of this type with the specified name.static IssueEvent.ResourceType[]IssueEvent.ResourceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api.models with parameters of type IssueEvent.ResourceTypeModifier and TypeMethodDescriptionvoidIssueEvent.setResourceType(IssueEvent.ResourceType resourceType)