Package com.okta.sdk.resource.model
Class KnowledgeConstraint
java.lang.Object
com.okta.sdk.resource.model.KnowledgeConstraint
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class KnowledgeConstraint
extends Object
implements Serializable
KnowledgeConstraint
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddMethodsItem
(String methodsItem) addTypesItem
(String typesItem) boolean
Get methodsGet reauthenticateIngetTypes()
Get typesint
hashCode()
reauthenticateIn
(String reauthenticateIn) void
setMethods
(List<String> methods) void
setReauthenticateIn
(String reauthenticateIn) void
toString()
-
Field Details
-
JSON_PROPERTY_METHODS
- See Also:
-
JSON_PROPERTY_REAUTHENTICATE_IN
- See Also:
-
JSON_PROPERTY_TYPES
- See Also:
-
-
Constructor Details
-
KnowledgeConstraint
public KnowledgeConstraint()
-
-
Method Details
-
methods
-
addMethodsItem
-
getMethods
Get methods- Returns:
- methods
-
setMethods
-
reauthenticateIn
-
getReauthenticateIn
Get reauthenticateIn- Returns:
- reauthenticateIn
-
setReauthenticateIn
-
types
-
addTypesItem
-
getTypes
Get types- Returns:
- types
-
setTypes
-
equals
-
hashCode
public int hashCode() -
toString
-