Uses of Class
com.authlete.common.types.ClaimRuleOperation
- 
Packages that use ClaimRuleOperation Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures.com.authlete.common.types Enum definitions and lists of pre-defined constants.
- 
- 
Uses of ClaimRuleOperation in com.authlete.common.dtoMethods in com.authlete.common.dto that return ClaimRuleOperation Modifier and Type Method Description ClaimRuleOperationClaimRule. getOperation()Get the operation that this rule will apply to any claims it processes.Methods in com.authlete.common.dto with parameters of type ClaimRuleOperation Modifier and Type Method Description ClaimRuleClaimRule. setOperation(ClaimRuleOperation operation)Set the operation that this rule will apply to any claims it processes.
- 
Uses of ClaimRuleOperation in com.authlete.common.typesMethods in com.authlete.common.types that return ClaimRuleOperation Modifier and Type Method Description static ClaimRuleOperationClaimRuleOperation. getByValue(short value)Get the enum object with the given numerical value, ornullif not found.static ClaimRuleOperationClaimRuleOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static ClaimRuleOperation[]ClaimRuleOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-