Uses of Class
com.okta.sdk.resource.OrgContactType
-
Packages that use OrgContactType Package Description com.okta.sdk.resource -
-
Uses of OrgContactType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return OrgContactType Modifier and Type Method Description OrgContactType
OrgContactTypeObj. getContactType()
static OrgContactType
OrgContactType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OrgContactType[]
OrgContactType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type OrgContactType Modifier and Type Method Description OrgContactTypeObj
OrgContactTypeObj. setContactType(OrgContactType contactType)
-