Package io.stigg.api.operations.type
Class AccessDeniedReason.UNKNOWN__
- java.lang.Object
-
- io.stigg.api.operations.type.AccessDeniedReason
-
- io.stigg.api.operations.type.AccessDeniedReason.UNKNOWN__
-
- Enclosing class:
- AccessDeniedReason
public static class AccessDeniedReason.UNKNOWN__ extends AccessDeniedReason
An enum value that wasn't known at compile time.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.stigg.api.operations.type.AccessDeniedReason
AccessDeniedReason.UNKNOWN__
-
-
Field Summary
-
Fields inherited from class io.stigg.api.operations.type.AccessDeniedReason
CustomerIsArchived, CustomerNotFound, CustomerResourceNotFound, FeatureNotFound, NoActiveSubscription, NoFeatureEntitlementInSubscription, rawValue, RequestedUsageExceedingLimit, type, Unknown
-
-
Constructor Summary
Constructors Constructor Description UNKNOWN__(java.lang.String rawValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()-
Methods inherited from class io.stigg.api.operations.type.AccessDeniedReason
safeValueOf
-
-