Class Fax


  • @Generated("jsonschema2pojo")
    public class Fax
    extends Object
    Fax

    The fax number of the initiator.

    • Field Detail

      • number

        @JsonPropertyDescription("The number assigned to the fax line.")
        private String number
        Number

        The number assigned to the fax line.

      • extension

        @JsonPropertyDescription("The extension used to connect to the fax line when multiple lines share the same primary number.")
        private String extension
        Extension

        The extension used to connect to the fax line when multiple lines share the same primary number.

    • Constructor Detail

      • Fax

        public Fax()
    • Method Detail

      • getNumber

        public String getNumber()
        Number

        The number assigned to the fax line.

      • setNumber

        public void setNumber​(String number)
        Number

        The number assigned to the fax line.

      • withNumber

        public Fax withNumber​(String number)
      • getExtension

        public String getExtension()
        Extension

        The extension used to connect to the fax line when multiple lines share the same primary number.

      • setExtension

        public void setExtension​(String extension)
        Extension

        The extension used to connect to the fax line when multiple lines share the same primary number.

      • withExtension

        public Fax withExtension​(String extension)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object