Class Phone

    • Field Detail

      • countryCodeSpecified

        protected boolean countryCodeSpecified
      • extensionSpecified

        protected boolean extensionSpecified
      • phone

        @ApiProperty(canBeNullOrNotSet=true)
        protected String phone
        Phone number can be a mobile phone number, desk phone number, or some other option. The phone number format must match the format selected in the country code.
      • phoneSpecified

        protected boolean phoneSpecified
      • phoneTypeSpecified

        protected boolean phoneTypeSpecified
    • Constructor Detail

      • Phone

        public Phone()
    • Method Detail

      • getCountryCode

        public Long getCountryCode()
      • setCountryCode

        public void setCountryCode​(Long countryCode)
      • isCountryCodeSpecified

        public boolean isCountryCodeSpecified()
      • unsetCountryCode

        public void unsetCountryCode()
      • getExtension

        public String getExtension()
      • setExtension

        public void setExtension​(String extension)
      • isExtensionSpecified

        public boolean isExtensionSpecified()
      • unsetExtension

        public void unsetExtension()
      • getPhone

        public String getPhone()
      • setPhone

        public void setPhone​(String phone)
      • isPhoneSpecified

        public boolean isPhoneSpecified()
      • unsetPhone

        public void unsetPhone()
      • getPhoneType

        public String getPhoneType()
      • setPhoneType

        public void setPhoneType​(String phoneType)
      • isPhoneTypeSpecified

        public boolean isPhoneTypeSpecified()
      • unsetPhoneType

        public void unsetPhoneType()