Class DeviceAndAppManagementAssignedRoleDetails
- java.lang.Object
-
- odata.msgraph.client.beta.complex.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.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceAndAppManagementAssignedRoleDetails.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected List<String>roleAssignmentIdsprotected StringroleAssignmentIdsNextLinkprotected List<String>roleDefinitionIdsprotected StringroleDefinitionIdsNextLinkprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceAndAppManagementAssignedRoleDetails()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceAndAppManagementAssignedRoleDetails.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.CollectionPage<String>getRoleAssignmentIds()“Role Assignment IDs for the specifc Role Assignments assigned to a user.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.com.github.davidmoten.odata.client.CollectionPage<String>getRoleDefinitionIds()“Role Definition IDs for the specifc Role Definitions assigned to a user.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.com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeviceAndAppManagementAssignedRoleDetailswithUnmappedField(String name, String value)
-
-
-
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
-
roleAssignmentIdsNextLink
protected String roleAssignmentIdsNextLink
-
roleDefinitionIdsNextLink
protected String roleDefinitionIdsNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.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
-
withUnmappedField
public DeviceAndAppManagementAssignedRoleDetails withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static DeviceAndAppManagementAssignedRoleDetails.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-