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 IPServiceCategorystatic IPServiceCategoryReturns 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) voidEnhancedDynamicNetworkZoneAllOfIpServiceCategories.setExclude(List<IPServiceCategory> exclude) voidEnhancedDynamicNetworkZoneAllOfIpServiceCategories.setInclude(List<IPServiceCategory> include)