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

target.apidocs.com.google.api.services.directory.Directory.Users.List.html Maven / Gradle / Ivy

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






Directory.Users.List (Admin SDK API directory_v1-rev20220125-1.32.1)












com.google.api.services.directory

Class Directory.Users.List

    • Method Detail

      • getCustomFieldMask

        public String getCustomFieldMask()
        A comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when `projection=custom`.
      • setCustomFieldMask

        public Directory.Users.List setCustomFieldMask(String customFieldMask)
        A comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when `projection=custom`.
      • getCustomer

        public String getCustomer()
        The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, fill this field instead of domain. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). Either the `customer` or the `domain` parameter must be provided.
      • setCustomer

        public Directory.Users.List setCustomer(String customer)
        The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, fill this field instead of domain. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). Either the `customer` or the `domain` parameter must be provided.
      • getDomain

        public String getDomain()
        The domain name. Use this field to get groups from only one domain. To return all domains for a customer account, use the `customer` query parameter instead. Either the `customer` or the `domain` parameter must be provided.
      • setDomain

        public Directory.Users.List setDomain(String domain)
        The domain name. Use this field to get groups from only one domain. To return all domains for a customer account, use the `customer` query parameter instead. Either the `customer` or the `domain` parameter must be provided.
      • getEvent

        public String getEvent()
        Event on which subscription is intended (if subscribing)
      • getMaxResults

        public Integer getMaxResults()
        Maximum number of results to return. [default: 100] [minimum: 1] [maximum: 500]
      • getOrderBy

        public String getOrderBy()
        Property to use for sorting results.
      • getPageToken

        public String getPageToken()
        Token to specify next page in the list
      • getProjection

        public String getProjection()
        What subset of fields to fetch for this user. [default: basic]
      • getQuery

        public String getQuery()
        Query string for searching user fields. For more information on constructing user queries, see [Search for Users](/admin-sdk/directory/v1/guides/search-users).
      • setQuery

        public Directory.Users.List setQuery(String query)
        Query string for searching user fields. For more information on constructing user queries, see [Search for Users](/admin-sdk/directory/v1/guides/search-users).
      • getShowDeleted

        public String getShowDeleted()
        If set to `true`, retrieves the list of deleted users. (Default: `false`)
      • setShowDeleted

        public Directory.Users.List setShowDeleted(String showDeleted)
        If set to `true`, retrieves the list of deleted users. (Default: `false`)
      • getSortOrder

        public String getSortOrder()
        Whether to return results in ascending or descending order.
      • setSortOrder

        public Directory.Users.List setSortOrder(String sortOrder)
        Whether to return results in ascending or descending order.
      • getViewType

        public String getViewType()
        Whether to fetch the administrator-only or domain-wide public view of the user. For more information, see [Retrieve a user as a non-administrator](/admin-sdk/directory/v1/guides/manage- users#retrieve_users_non_admin). [default: admin_view]
      • setViewType

        public Directory.Users.List setViewType(String viewType)
        Whether to fetch the administrator-only or domain-wide public view of the user. For more information, see [Retrieve a user as a non-administrator](/admin-sdk/directory/v1/guides /manage-users#retrieve_users_non_admin).

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy