
com.sendsafely.enums.CountryCode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sendsafely-java-api Show documentation
Show all versions of sendsafely-java-api Show documentation
The SendSafely Client API allows programmatic access to SendSafely and provides a layer of abstraction from our REST API, which requires developers to perform several complex tasks in a correct manner.
package com.sendsafely.enums;
/*
* @description Enum providing two letter character country codes for convenience when using the SendSafely.addRecipientPhonenumber(String, String, String, CountryCode) method. Use OTHER when passing the full phone number with numeric country code prefix (i.e. +82).
*/
public enum CountryCode {
US, GB, AU, AT, BE, BR, CN, DK, FI, FR, DE, IN, IQ, IE, IT, JO, KW, LY, NL, NZ, OM, PL, PT, QA, RU, SA, ES, SE, CH, AE, OTHER
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy