Class SocialMedium

    • Field Detail

      • type

        @JsonPropertyDescription("A type of social media account for the organization. Includes a standard type (e.g. \'skype\', \'facebook\') and an optional, custom type to further identify the type of social media account.")
        private Type__6 type
        Social Media

        A type of social media account for the organization. Includes a standard type (e.g. 'skype', 'facebook') and an optional, custom type to further identify the type of social media account. (Required)

      • status

        @JsonPropertyDescription("The status of a social media account information for the organization")
        private Object status
        Status

        The status of a social media account information for the organization

      • preference

        @JsonPropertyDescription("Specifies if the social media account is preferred over all other social media accounts.")
        private Object preference
        Preferred Social Media

        Specifies if the social media account is preferred over all other social media accounts.

      • address

        @JsonPropertyDescription("The username, handle or other address of the social media account.")
        private String address
        Address

        The username, handle or other address of the social media account. (Required)

      • webSiteURL

        @JsonPropertyDescription("The URL used to access the social media account.")
        private String webSiteURL
        Web Site URL

        The URL used to access the social media account.

    • Constructor Detail

      • SocialMedium

        public SocialMedium()
    • Method Detail

      • getType

        public Type__6 getType()
        Social Media

        A type of social media account for the organization. Includes a standard type (e.g. 'skype', 'facebook') and an optional, custom type to further identify the type of social media account. (Required)

      • setType

        public void setType​(Type__6 type)
        Social Media

        A type of social media account for the organization. Includes a standard type (e.g. 'skype', 'facebook') and an optional, custom type to further identify the type of social media account. (Required)

      • getStatus

        public Object getStatus()
        Status

        The status of a social media account information for the organization

      • setStatus

        public void setStatus​(Object status)
        Status

        The status of a social media account information for the organization

      • getPreference

        public Object getPreference()
        Preferred Social Media

        Specifies if the social media account is preferred over all other social media accounts.

      • setPreference

        public void setPreference​(Object preference)
        Preferred Social Media

        Specifies if the social media account is preferred over all other social media accounts.

      • getAddress

        public String getAddress()
        Address

        The username, handle or other address of the social media account. (Required)

      • setAddress

        public void setAddress​(String address)
        Address

        The username, handle or other address of the social media account. (Required)

      • getWebSiteURL

        public String getWebSiteURL()
        Web Site URL

        The URL used to access the social media account.

      • setWebSiteURL

        public void setWebSiteURL​(String webSiteURL)
        Web Site URL

        The URL used to access the social media account.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object