Uses of Enum Class
com.atlassian.crowd.integration.rest.entity.ErrorEntity.ErrorReason
Packages that use ErrorEntity.ErrorReason
-
Uses of ErrorEntity.ErrorReason in com.atlassian.crowd.integration.rest.entity
Methods in com.atlassian.crowd.integration.rest.entity that return ErrorEntity.ErrorReasonModifier and TypeMethodDescriptionErrorEntity.getReason()static ErrorEntity.ErrorReasonstatic ErrorEntity.ErrorReasonReturns the enum constant of this class with the specified name.static ErrorEntity.ErrorReason[]ErrorEntity.ErrorReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.crowd.integration.rest.entity with parameters of type ErrorEntity.ErrorReasonModifierConstructorDescriptionErrorEntity(ErrorEntity.ErrorReason reason, String message) Constructs an error entity.