Uses of Enum
com.okta.sdk.resource.model.SmsTemplateType
Packages that use SmsTemplateType
-
Uses of SmsTemplateType in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type SmsTemplateTypeModifier and TypeMethodDescriptionTemplateApi.listSmsTemplates(SmsTemplateType templateType) List all SMS Templates Lists all custom SMS templates.TemplateApi.listSmsTemplates(SmsTemplateType templateType, Map<String, String> additionalHeaders) List all SMS Templates Lists all custom SMS templates. -
Uses of SmsTemplateType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return SmsTemplateTypeModifier and TypeMethodDescriptionstatic SmsTemplateTypeSmsTemplate.getType()Get typestatic SmsTemplateTypeReturns the enum constant of this type with the specified name.static SmsTemplateType[]SmsTemplateType.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 SmsTemplateTypeModifier and TypeMethodDescriptionvoidSmsTemplate.setType(SmsTemplateType type) SmsTemplate.type(SmsTemplateType type)