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

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

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






UserKeyword (Admin SDK API directory_v1-rev20220125-1.32.1)












com.google.api.services.directory.model

Class UserKeyword

    • Constructor Detail

      • UserKeyword

        public UserKeyword()
    • Method Detail

      • getCustomType

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

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

        public String getType()
        Each entry can have a type which indicates standard type of that entry. For example keyword could be of type occupation or outlook. 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 UserKeyword setType(String type)
        Each entry can have a type which indicates standard type of that entry. For example keyword could be of type occupation or outlook. 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()
        Keyword.
        Returns:
        value or null for none
      • setValue

        public UserKeyword setValue(String value)
        Keyword.
        Parameters:
        value - value or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy