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

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

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






RoleAssignment (Admin SDK API directory_v1-rev20220606-1.32.1)












com.google.api.services.directory.model

Class RoleAssignment

    • Constructor Detail

      • RoleAssignment

        public RoleAssignment()
    • Method Detail

      • getAssignedTo

        public String getAssignedTo()
        The unique ID of the user this role is assigned to.
        Returns:
        value or null for none
      • setAssignedTo

        public RoleAssignment setAssignedTo(String assignedTo)
        The unique ID of the user this role is assigned to.
        Parameters:
        assignedTo - assignedTo or null for none
      • getEtag

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

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

        public String getKind()
        The type of the API resource. This is always `admin#directory#roleAssignment`.
        Returns:
        value or null for none
      • setKind

        public RoleAssignment setKind(String kind)
        The type of the API resource. This is always `admin#directory#roleAssignment`.
        Parameters:
        kind - kind or null for none
      • getOrgUnitId

        public String getOrgUnitId()
        If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.
        Returns:
        value or null for none
      • setOrgUnitId

        public RoleAssignment setOrgUnitId(String orgUnitId)
        If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.
        Parameters:
        orgUnitId - orgUnitId or null for none
      • getRoleAssignmentId

        public Long getRoleAssignmentId()
        ID of this roleAssignment.
        Returns:
        value or null for none
      • setRoleAssignmentId

        public RoleAssignment setRoleAssignmentId(Long roleAssignmentId)
        ID of this roleAssignment.
        Parameters:
        roleAssignmentId - roleAssignmentId or null for none
      • getRoleId

        public Long getRoleId()
        The ID of the role that is assigned.
        Returns:
        value or null for none
      • setRoleId

        public RoleAssignment setRoleId(Long roleId)
        The ID of the role that is assigned.
        Parameters:
        roleId - roleId or null for none
      • getScopeType

        public String getScopeType()
        The scope in which this role is assigned.
        Returns:
        value or null for none
      • setScopeType

        public RoleAssignment setScopeType(String scopeType)
        The scope in which this role is assigned.
        Parameters:
        scopeType - scopeType or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy