Uses of Enum
com.okta.sdk.resource.model.GroupOwnerType
Packages that use GroupOwnerType
-
Uses of GroupOwnerType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return GroupOwnerTypeModifier and TypeMethodDescriptionstatic GroupOwnerType
AssignGroupOwnerRequestBody.getType()
Get typeGroupOwner.getType()
Get typestatic GroupOwnerType
Returns the enum constant of this type with the specified name.static GroupOwnerType[]
GroupOwnerType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type GroupOwnerTypeModifier and TypeMethodDescriptionvoid
AssignGroupOwnerRequestBody.setType
(GroupOwnerType type) void
GroupOwner.setType
(GroupOwnerType type) AssignGroupOwnerRequestBody.type
(GroupOwnerType type) GroupOwner.type
(GroupOwnerType type)