Uses of Enum
com.okta.sdk.resource.model.KnowledgeConstraint.TypesEnum
Packages that use KnowledgeConstraint.TypesEnum
-
Uses of KnowledgeConstraint.TypesEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return KnowledgeConstraint.TypesEnumModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static KnowledgeConstraint.TypesEnum[]
KnowledgeConstraint.TypesEnum.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 KnowledgeConstraint.TypesEnumModifier and TypeMethodDescriptionKnowledgeConstraint.getTypes()
The Authenticator types that are permittedMethods in com.okta.sdk.resource.model with parameters of type KnowledgeConstraint.TypesEnumModifier and TypeMethodDescriptionKnowledgeConstraint.addtypesItem
(KnowledgeConstraint.TypesEnum typesItem) Method parameters in com.okta.sdk.resource.model with type arguments of type KnowledgeConstraint.TypesEnumModifier and TypeMethodDescriptionvoid
KnowledgeConstraint.setTypes
(List<KnowledgeConstraint.TypesEnum> types) KnowledgeConstraint.types
(List<KnowledgeConstraint.TypesEnum> types)