Package software.xdev.brevo.model
Enum Class RequestContactExportCustomContactFilter.ActionForContactsEnum
java.lang.Object
java.lang.Enum<RequestContactExportCustomContactFilter.ActionForContactsEnum>
software.xdev.brevo.model.RequestContactExportCustomContactFilter.ActionForContactsEnum
- All Implemented Interfaces:
Serializable,Comparable<RequestContactExportCustomContactFilter.ActionForContactsEnum>,Constable
- Enclosing class:
- RequestContactExportCustomContactFilter
public static enum RequestContactExportCustomContactFilter.ActionForContactsEnum
extends Enum<RequestContactExportCustomContactFilter.ActionForContactsEnum>
**Mandatory if neither actionForEmailCampaigns nor actionForSmsCampaigns is passed.** This will export the contacts on the basis of provided action applied on contacts as per the list id. * **allContacts** - Fetch the list of all contacts for a particular list. * **subscribed & unsubscribed** - Fetch the list of subscribed / unsubscribed (blacklisted via any means) contacts for a particular list. * **unsubscribedPerList** - Fetch the list of contacts that are unsubscribed from a particular list only.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
ALL_CONTACTS
-
SUBSCRIBED
-
UNSUBSCRIBED
-
UNSUBSCRIBED_PER_LIST
public static final RequestContactExportCustomContactFilter.ActionForContactsEnum UNSUBSCRIBED_PER_LIST
-
-
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<RequestContactExportCustomContactFilter.ActionForContactsEnum>
-
fromValue
-