Uses of Enum
com.okta.sdk.resource.model.ProviderType
Packages that use ProviderType
-
Uses of ProviderType in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type ProviderTypeModifier and TypeMethodDescriptionPushProviderApi.listPushProviders(ProviderType type) List all Push Providers Lists all push providersPushProviderApi.listPushProviders(ProviderType type, Map<String, String> additionalHeaders) List all Push Providers Lists all push providers -
Uses of ProviderType in com.okta.sdk.resource.model
Fields in com.okta.sdk.resource.model declared as ProviderTypeMethods in com.okta.sdk.resource.model that return ProviderTypeModifier and TypeMethodDescriptionstatic ProviderTypePushProvider.getProviderType()Get providerTypestatic ProviderTypeReturns the enum constant of this type with the specified name.static ProviderType[]ProviderType.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 ProviderTypeModifier and TypeMethodDescriptionPushProvider.providerType(ProviderType providerType) voidPushProvider.setProviderType(ProviderType providerType)