Uses of Enum
com.okta.sdk.resource.model.KnowledgeConstraint.MethodsEnum
-
Uses of KnowledgeConstraint.MethodsEnum in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static KnowledgeConstraint.MethodsEnum[]
KnowledgeConstraint.MethodsEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionKnowledgeConstraint.getMethods()
The Authenticator methods that are permittedModifier and TypeMethodDescriptionKnowledgeConstraint.addmethodsItem
(KnowledgeConstraint.MethodsEnum methodsItem) Modifier and TypeMethodDescriptionKnowledgeConstraint.methods
(List<KnowledgeConstraint.MethodsEnum> methods) void
KnowledgeConstraint.setMethods
(List<KnowledgeConstraint.MethodsEnum> methods)