Uses of Enum
com.okta.sdk.resource.model.IPServiceCategory
Packages that use IPServiceCategory
-
Uses of IPServiceCategory in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return IPServiceCategoryModifier and TypeMethodDescriptionstatic IPServiceCategory
static IPServiceCategory
Returns the enum constant of this type with the specified name.static IPServiceCategory[]
IPServiceCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model that return types with arguments of type IPServiceCategoryModifier and TypeMethodDescriptionEnhancedDynamicNetworkZoneAllOfIpServiceCategories.getExclude()
IP services to exclude for an Enhanced Dynamic Network ZoneEnhancedDynamicNetworkZoneAllOfIpServiceCategories.getInclude()
IP services to include for an Enhanced Dynamic Network ZoneMethods in com.okta.sdk.resource.model with parameters of type IPServiceCategoryModifier and TypeMethodDescriptionEnhancedDynamicNetworkZoneAllOfIpServiceCategories.addexcludeItem
(IPServiceCategory excludeItem) EnhancedDynamicNetworkZoneAllOfIpServiceCategories.addincludeItem
(IPServiceCategory includeItem) Method parameters in com.okta.sdk.resource.model with type arguments of type IPServiceCategoryModifier and TypeMethodDescriptionEnhancedDynamicNetworkZoneAllOfIpServiceCategories.exclude
(List<IPServiceCategory> exclude) EnhancedDynamicNetworkZoneAllOfIpServiceCategories.include
(List<IPServiceCategory> include) void
EnhancedDynamicNetworkZoneAllOfIpServiceCategories.setExclude
(List<IPServiceCategory> exclude) void
EnhancedDynamicNetworkZoneAllOfIpServiceCategories.setInclude
(List<IPServiceCategory> include)