Uses of Enum
com.atlassian.oai.validator.whitelist.StatusType
Packages that use StatusType
Package
Description
-
Uses of StatusType in com.atlassian.oai.validator.whitelist
Methods in com.atlassian.oai.validator.whitelist that return StatusTypeModifier and TypeMethodDescriptionstatic StatusTypeReturns the enum constant of this type with the specified name.static StatusType[]StatusType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StatusType in com.atlassian.oai.validator.whitelist.rule
Methods in com.atlassian.oai.validator.whitelist.rule with parameters of type StatusTypeModifier and TypeMethodDescriptionstatic WhitelistRuleWhitelistRules.responseStatusTypeIs(StatusType statusType) Matches all responses with the given status type.