Uses of Class
com.okta.sdk.resource.GroupType
-
Packages that use GroupType Package Description com.okta.sdk.resource -
-
Uses of GroupType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return GroupType Modifier and Type Method Description GroupType
Group. getType()
static GroupType
GroupType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GroupType[]
GroupType. 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 GroupType Modifier and Type Method Description Group
Group. setType(GroupType type)
-