Class ListMobileDeviceAccessOverridesRequest

    • Method Detail

      • organizationId

        public final String organizationId()

        The WorkMail organization under which to list mobile device access overrides.

        Returns:
        The WorkMail organization under which to list mobile device access overrides.
      • userId

        public final String userId()

        The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities:

        • User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234

        • Email address: user@domain.tld

        • User name: user

        Returns:
        The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities:

        • User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234

        • Email address: user@domain.tld

        • User name: user

      • deviceId

        public final String deviceId()

        The mobile device to which the access override applies.

        Returns:
        The mobile device to which the access override applies.
      • nextToken

        public final String nextToken()

        The token to use to retrieve the next page of results. The first call does not require a token.

        Returns:
        The token to use to retrieve the next page of results. The first call does not require a token.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in a single call.

        Returns:
        The maximum number of results to return in a single call.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object