Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.organization.Issue.Type
-
Packages that use Issue.Type Package Description com.yahoo.vespa.hosted.controller.api.integration.organization -
-
Uses of Issue.Type in com.yahoo.vespa.hosted.controller.api.integration.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization that return Issue.Type Modifier and Type Method Description Issue.TypeIssue. type()static Issue.TypeIssue.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Issue.Type[]Issue.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type Issue.Type Modifier and Type Method Description IssueIssue. with(Issue.Type type)
-