Package software.xdev.brevo.model
Enum Class CorporateSubAccountSsoTokenPostRequest.TargetEnum
java.lang.Object
java.lang.Enum<CorporateSubAccountSsoTokenPostRequest.TargetEnum>
software.xdev.brevo.model.CorporateSubAccountSsoTokenPostRequest.TargetEnum
- All Implemented Interfaces:
Serializable,Comparable<CorporateSubAccountSsoTokenPostRequest.TargetEnum>,Constable
- Enclosing class:
- CorporateSubAccountSsoTokenPostRequest
public static enum CorporateSubAccountSsoTokenPostRequest.TargetEnum
extends Enum<CorporateSubAccountSsoTokenPostRequest.TargetEnum>
**Set target after login success** * **automation** - Redirect to Automation after login * **email_campaign** - Redirect to Email Campaign after login * **contacts** - Redirect to Contacts after login * **landing_pages** - Redirect to Landing Pages after login * **email_transactional** - Redirect to Email Transactional after login * **senders** - Redirect to Senders after login * **sms_campaign** - Redirect to Sms Campaign after login * **sms_transactional** - Redirect to Sms Transactional after login
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
AUTOMATION
-
EMAIL_CAMPAIGN
-
CONTACTS
-
LANDING_PAGES
-
EMAIL_TRANSACTIONAL
-
SENDERS
-
SMS_CAMPAIGN
-
SMS_TRANSACTIONAL
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
-
toString
- Overrides:
toStringin classEnum<CorporateSubAccountSsoTokenPostRequest.TargetEnum>
-
fromValue
-