Class SMSRegion

    • Method Detail

      • values

        public static Stream<SMSRegion> values()
        Get list of regions
        Returns:
        List of known SMS region
      • from

        public static SMSRegion from​(String value)
        Get SMS region from a String
        Parameters:
        value - String region identifier. Create an SMS Region instance if not known at compilation
        Returns:
        SMSRegion identified by the string
      • valueOf

        public static String valueOf​(SMSRegion value)
        Get SMS region string identifier
        Parameters:
        value - region identifier
        Returns:
        String value identifier for region