Uses of Class
com.mailjet.client.enums.ApiAuthenticationType
| Package | Description |
|---|---|
| com.mailjet.client | |
| com.mailjet.client.enums |
-
Uses of ApiAuthenticationType in com.mailjet.client
Constructors in com.mailjet.client with parameters of type ApiAuthenticationType Constructor Description Resource(java.lang.String resource, java.lang.String action, ApiVersion apiVersion, ApiAuthenticationType authenticationType)Resource(java.lang.String resource, java.lang.String action, ApiVersion apiVersion, ApiAuthenticationType authenticationType, java.lang.Boolean withoutNamespace) -
Uses of ApiAuthenticationType in com.mailjet.client.enums
Methods in com.mailjet.client.enums that return ApiAuthenticationType Modifier and Type Method Description static ApiAuthenticationTypeApiAuthenticationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApiAuthenticationType[]ApiAuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.