All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.directory.model.UserWebsite.html Maven / Gradle / Ivy

There is a newer version: directory_v1-rev20240709-2.0.0
Show newest version






UserWebsite (Admin SDK API directory_v1-rev20220802-2.0.0)












com.google.api.services.directory.model

Class UserWebsite

    • Constructor Detail

      • UserWebsite

        public UserWebsite()
    • Method Detail

      • getCustomType

        public String getCustomType()
        Custom Type.
        Returns:
        value or null for none
      • setCustomType

        public UserWebsite setCustomType(String customType)
        Custom Type.
        Parameters:
        customType - customType or null for none
      • getPrimary

        public Boolean getPrimary()
        If this is user's primary website or not.
        Returns:
        value or null for none
      • setPrimary

        public UserWebsite setPrimary(Boolean primary)
        If this is user's primary website or not.
        Parameters:
        primary - primary or null for none
      • getType

        public String getType()
        Each entry can have a type which indicates standard types of that entry. For example website could be of home work blog etc. In addition to the standard type an entry can have a custom type and can give it any name. Such types should have the CUSTOM value as type and also have a customType value.
        Returns:
        value or null for none
      • setType

        public UserWebsite setType(String type)
        Each entry can have a type which indicates standard types of that entry. For example website could be of home work blog etc. In addition to the standard type an entry can have a custom type and can give it any name. Such types should have the CUSTOM value as type and also have a customType value.
        Parameters:
        type - type or null for none
      • getValue

        public String getValue()
        Website.
        Returns:
        value or null for none
      • setValue

        public UserWebsite setValue(String value)
        Website.
        Parameters:
        value - value or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy