Uses of Enum
com.okta.sdk.resource.model.IPServiceCategory
-
Uses of IPServiceCategory in com.okta.sdk.resource.model
Modifier 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.Modifier and TypeMethodDescriptionEnhancedDynamicNetworkZoneAllOfIpServiceCategories.getExclude()
IP services to exclude for an Enhanced Dynamic Network ZoneEnhancedDynamicNetworkZoneAllOfIpServiceCategories.getInclude()
IP services to include for an Enhanced Dynamic Network ZoneModifier and TypeMethodDescriptionEnhancedDynamicNetworkZoneAllOfIpServiceCategories.addexcludeItem
(IPServiceCategory excludeItem) EnhancedDynamicNetworkZoneAllOfIpServiceCategories.addincludeItem
(IPServiceCategory includeItem) Modifier and TypeMethodDescriptionEnhancedDynamicNetworkZoneAllOfIpServiceCategories.exclude
(List<IPServiceCategory> exclude) EnhancedDynamicNetworkZoneAllOfIpServiceCategories.include
(List<IPServiceCategory> include) void
EnhancedDynamicNetworkZoneAllOfIpServiceCategories.setExclude
(List<IPServiceCategory> exclude) void
EnhancedDynamicNetworkZoneAllOfIpServiceCategories.setInclude
(List<IPServiceCategory> include)