Uses of Enum
com.okta.sdk.resource.model.PolicyTypeSimulation
Packages that use PolicyTypeSimulation
-
Uses of PolicyTypeSimulation in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return PolicyTypeSimulationModifier and TypeMethodDescriptionstatic PolicyTypeSimulationstatic PolicyTypeSimulationReturns the enum constant of this type with the specified name.static PolicyTypeSimulation[]PolicyTypeSimulation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model that return types with arguments of type PolicyTypeSimulationModifier and TypeMethodDescriptionSimulatePolicyEvaluations.getPolicyType()The policy type of the simulate operationSimulatePolicyBody.getPolicyTypes()Supported policy types for a simulate operation.Methods in com.okta.sdk.resource.model with parameters of type PolicyTypeSimulationModifier and TypeMethodDescriptionSimulatePolicyEvaluations.addpolicyTypeItem(PolicyTypeSimulation policyTypeItem) SimulatePolicyBody.addpolicyTypesItem(PolicyTypeSimulation policyTypesItem) Method parameters in com.okta.sdk.resource.model with type arguments of type PolicyTypeSimulationModifier and TypeMethodDescriptionSimulatePolicyEvaluations.policyType(List<PolicyTypeSimulation> policyType) SimulatePolicyBody.policyTypes(List<PolicyTypeSimulation> policyTypes) voidSimulatePolicyEvaluations.setPolicyType(List<PolicyTypeSimulation> policyType) voidSimulatePolicyBody.setPolicyTypes(List<PolicyTypeSimulation> policyTypes)