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

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

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






UserAbout (Admin SDK API directory_v1-rev20220606-1.32.1)












com.google.api.services.directory.model

Class UserAbout

    • Constructor Detail

      • UserAbout

        public UserAbout()
    • Method Detail

      • getContentType

        public String getContentType()
        About entry can have a type which indicates the content type. It can either be plain or html. By default, notes contents are assumed to contain plain text.
        Returns:
        value or null for none
      • setContentType

        public UserAbout setContentType(String contentType)
        About entry can have a type which indicates the content type. It can either be plain or html. By default, notes contents are assumed to contain plain text.
        Parameters:
        contentType - contentType or null for none
      • getValue

        public String getValue()
        Actual value of notes.
        Returns:
        value or null for none
      • setValue

        public UserAbout setValue(String value)
        Actual value of notes.
        Parameters:
        value - value or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy