| Package | Description |
|---|---|
| com.okta.sdk.client | |
| com.okta.sdk.resource.template |
| Modifier and Type | Method and Description |
|---|---|
SmsTemplateList |
Client.listSmsTemplates(SmsTemplateType templateType)
List SMS Templates
Enumerates custom SMS templates in your organization.
|
| Modifier and Type | Method and Description |
|---|---|
SmsTemplateType |
SmsTemplate.getType() |
static SmsTemplateType |
SmsTemplateType.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
SmsTemplate |
SmsTemplate.setType(SmsTemplateType type) |
Copyright © 2017–2023 Okta. All rights reserved.