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 GroupOwnerTypeAssignGroupOwnerRequestBody.getType()Get typeGroupOwner.getType()Get typestatic GroupOwnerTypeReturns 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 TypeMethodDescriptionvoidAssignGroupOwnerRequestBody.setType(GroupOwnerType type) voidGroupOwner.setType(GroupOwnerType type) AssignGroupOwnerRequestBody.type(GroupOwnerType type) GroupOwner.type(GroupOwnerType type)