Uses of Enum
com.okta.sdk.resource.model.StreamConfigurationDelivery.MethodEnum
Packages that use StreamConfigurationDelivery.MethodEnum
-
Uses of StreamConfigurationDelivery.MethodEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return StreamConfigurationDelivery.MethodEnumModifier and TypeMethodDescriptionStreamConfigurationDelivery.getMethod()
The delivery method that the transmitter uses for delivering a SETReturns the enum constant of this type with the specified name.StreamConfigurationDelivery.MethodEnum.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 StreamConfigurationDelivery.MethodEnumModifier and TypeMethodDescriptionStreamConfigurationDelivery.method
(StreamConfigurationDelivery.MethodEnum method) void
StreamConfigurationDelivery.setMethod
(StreamConfigurationDelivery.MethodEnum method)