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

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

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






Customer (Admin SDK API directory_v1-rev20220125-1.32.1)












com.google.api.services.directory.model

Class Customer

    • Constructor Detail

      • Customer

        public Customer()
    • Method Detail

      • getAlternateEmail

        public String getAlternateEmail()
        The customer's secondary contact email address. This email address cannot be on the same domain as the `customerDomain`
        Returns:
        value or null for none
      • setAlternateEmail

        public Customer setAlternateEmail(String alternateEmail)
        The customer's secondary contact email address. This email address cannot be on the same domain as the `customerDomain`
        Parameters:
        alternateEmail - alternateEmail or null for none
      • getCustomerCreationTime

        public DateTime getCustomerCreationTime()
        The customer's creation time (Readonly)
        Returns:
        value or null for none
      • setCustomerCreationTime

        public Customer setCustomerCreationTime(DateTime customerCreationTime)
        The customer's creation time (Readonly)
        Parameters:
        customerCreationTime - customerCreationTime or null for none
      • getCustomerDomain

        public String getCustomerDomain()
        The customer's primary domain name string. Do not include the `www` prefix when creating a new customer.
        Returns:
        value or null for none
      • setCustomerDomain

        public Customer setCustomerDomain(String customerDomain)
        The customer's primary domain name string. Do not include the `www` prefix when creating a new customer.
        Parameters:
        customerDomain - customerDomain or null for none
      • getEtag

        public String getEtag()
        ETag of the resource.
        Returns:
        value or null for none
      • setEtag

        public Customer setEtag(String etag)
        ETag of the resource.
        Parameters:
        etag - etag or null for none
      • getId

        public String getId()
        The unique ID for the customer's Google Workspace account. (Readonly)
        Returns:
        value or null for none
      • setId

        public Customer setId(String id)
        The unique ID for the customer's Google Workspace account. (Readonly)
        Parameters:
        id - id or null for none
      • getKind

        public String getKind()
        Identifies the resource as a customer. Value: `admin#directory#customer`
        Returns:
        value or null for none
      • setKind

        public Customer setKind(String kind)
        Identifies the resource as a customer. Value: `admin#directory#customer`
        Parameters:
        kind - kind or null for none
      • getLanguage

        public String getLanguage()
        The customer's ISO 639-2 language code. See the [Language Codes](/admin- sdk/directory/v1/languages) page for the list of supported codes. Valid language codes outside the supported set will be accepted by the API but may lead to unexpected behavior. The default value is `en`.
        Returns:
        value or null for none
      • setLanguage

        public Customer setLanguage(String language)
        The customer's ISO 639-2 language code. See the [Language Codes](/admin- sdk/directory/v1/languages) page for the list of supported codes. Valid language codes outside the supported set will be accepted by the API but may lead to unexpected behavior. The default value is `en`.
        Parameters:
        language - language or null for none
      • getPhoneNumber

        public String getPhoneNumber()
        The customer's contact phone number in [E.164](https://en.wikipedia.org/wiki/E.164) format.
        Returns:
        value or null for none
      • setPhoneNumber

        public Customer setPhoneNumber(String phoneNumber)
        The customer's contact phone number in [E.164](https://en.wikipedia.org/wiki/E.164) format.
        Parameters:
        phoneNumber - phoneNumber or null for none
      • getPostalAddress

        public CustomerPostalAddress getPostalAddress()
        The customer's postal address information.
        Returns:
        value or null for none
      • setPostalAddress

        public Customer setPostalAddress(CustomerPostalAddress postalAddress)
        The customer's postal address information.
        Parameters:
        postalAddress - postalAddress or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy