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

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

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






UserIm (Admin SDK API directory_v1-rev20220621-2.0.0)












com.google.api.services.directory.model

Class UserIm

    • Constructor Detail

      • UserIm

        public UserIm()
    • Method Detail

      • getCustomProtocol

        public String getCustomProtocol()
        Custom protocol.
        Returns:
        value or null for none
      • setCustomProtocol

        public UserIm setCustomProtocol(String customProtocol)
        Custom protocol.
        Parameters:
        customProtocol - customProtocol or null for none
      • getCustomType

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

        public UserIm setCustomType(String customType)
        Custom type.
        Parameters:
        customType - customType or null for none
      • getIm

        public String getIm()
        Instant messenger id.
        Returns:
        value or null for none
      • setIm

        public UserIm setIm(String im)
        Instant messenger id.
        Parameters:
        im - im or null for none
      • getPrimary

        public Boolean getPrimary()
        If this is user's primary im. Only one entry could be marked as primary.
        Returns:
        value or null for none
      • setPrimary

        public UserIm setPrimary(Boolean primary)
        If this is user's primary im. Only one entry could be marked as primary.
        Parameters:
        primary - primary or null for none
      • getProtocol

        public String getProtocol()
        Protocol used in the instant messenger. It should be one of the values from ImProtocolTypes map. Similar to type it can take a CUSTOM value and specify the custom name in customProtocol field.
        Returns:
        value or null for none
      • setProtocol

        public UserIm setProtocol(String protocol)
        Protocol used in the instant messenger. It should be one of the values from ImProtocolTypes map. Similar to type it can take a CUSTOM value and specify the custom name in customProtocol field.
        Parameters:
        protocol - protocol or null for none
      • getType

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

        public UserIm setType(String type)
        Each entry can have a type which indicates standard types of that entry. For example instant messengers could be of home work etc. In addition to the standard type an entry can have a custom type and can take any value. Such types should have the CUSTOM value as type and also have a customType value.
        Parameters:
        type - type or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy