Class DeviceAndAppManagementAssignedRoleDetails

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataType

    public class DeviceAndAppManagementAssignedRoleDetails
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    “The set of Role Definitions and Role Assignments assigned to a user.”
    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
      • unmappedFields

        protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
      • odataType

        protected String odataType
      • roleAssignmentIds

        protected List<String> roleAssignmentIds
      • roleAssignmentIdsNextLink

        protected String roleAssignmentIdsNextLink
      • roleDefinitionIds

        protected List<String> roleDefinitionIds
      • roleDefinitionIdsNextLink

        protected String roleDefinitionIdsNextLink
    • Constructor Detail

      • DeviceAndAppManagementAssignedRoleDetails

        protected DeviceAndAppManagementAssignedRoleDetails()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
      • getRoleAssignmentIds

        public com.github.davidmoten.odata.client.CollectionPage<String> getRoleAssignmentIds()
        “Role Assignment IDs for the specifc Role Assignments assigned to a user. This property is read-only.”

        Org.OData.Core.V1.Computed

        true

        Org.OData.Core.V1.Permissions

        Returns:
        property roleAssignmentIds
      • getRoleAssignmentIds

        public com.github.davidmoten.odata.client.CollectionPage<String> getRoleAssignmentIds​(com.github.davidmoten.odata.client.HttpRequestOptions options)
        “Role Assignment IDs for the specifc Role Assignments assigned to a user. This property is read-only.”

        Org.OData.Core.V1.Computed

        true

        Org.OData.Core.V1.Permissions

        Parameters:
        options - specify connect and read timeouts
        Returns:
        property roleAssignmentIds
      • getRoleDefinitionIds

        public com.github.davidmoten.odata.client.CollectionPage<String> getRoleDefinitionIds()
        “Role Definition IDs for the specifc Role Definitions assigned to a user. This property is read-only.”

        Org.OData.Core.V1.Computed

        true

        Org.OData.Core.V1.Permissions

        Returns:
        property roleDefinitionIds
      • getRoleDefinitionIds

        public com.github.davidmoten.odata.client.CollectionPage<String> getRoleDefinitionIds​(com.github.davidmoten.odata.client.HttpRequestOptions options)
        “Role Definition IDs for the specifc Role Definitions assigned to a user. This property is read-only.”

        Org.OData.Core.V1.Computed

        true

        Org.OData.Core.V1.Permissions

        Parameters:
        options - specify connect and read timeouts
        Returns:
        property roleDefinitionIds
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType