Uses of Enum
com.okta.sdk.resource.model.BulkDeleteRequestBody.EntityTypeEnum
Packages that use BulkDeleteRequestBody.EntityTypeEnum
-
Uses of BulkDeleteRequestBody.EntityTypeEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return BulkDeleteRequestBody.EntityTypeEnumModifier and TypeMethodDescriptionBulkDeleteRequestBody.getEntityType()Get entityTypeReturns the enum constant of this type with the specified name.static BulkDeleteRequestBody.EntityTypeEnum[]BulkDeleteRequestBody.EntityTypeEnum.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 BulkDeleteRequestBody.EntityTypeEnumModifier and TypeMethodDescriptionBulkDeleteRequestBody.entityType(BulkDeleteRequestBody.EntityTypeEnum entityType) voidBulkDeleteRequestBody.setEntityType(BulkDeleteRequestBody.EntityTypeEnum entityType)