Uses of Class
com.mailjet.client.enums.ApiVersion
| Package | Description |
|---|---|
| com.mailjet.client | |
| com.mailjet.client.enums |
-
Uses of ApiVersion in com.mailjet.client
Constructors in com.mailjet.client with parameters of type ApiVersion 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 ApiVersion in com.mailjet.client.enums
Methods in com.mailjet.client.enums that return ApiVersion Modifier and Type Method Description static ApiVersionApiVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApiVersion[]ApiVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.