Class RolePermission
- java.lang.Object
-
- odata.msgraph.client.beta.complex.RolePermission
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class RolePermission extends Object implements com.github.davidmoten.odata.client.ODataType
“Contains the set of ResourceActions determining the allowed and not allowed permissions for each role.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRolePermission.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>actionsprotected StringactionsNextLinkprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected List<ResourceAction>resourceActionsprotected StringresourceActionsNextLinkprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedRolePermission()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RolePermission.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>getActions()“Allowed Actions - Deprecated”com.github.davidmoten.odata.client.CollectionPage<String>getActions(com.github.davidmoten.odata.client.HttpRequestOptions options)“Allowed Actions - Deprecated”com.github.davidmoten.odata.client.CollectionPage<ResourceAction>getResourceActions()“Resource Actions each containing a set of allowed and not allowed permissions.”com.github.davidmoten.odata.client.CollectionPage<ResourceAction>getResourceActions(com.github.davidmoten.odata.client.HttpRequestOptions options)“Resource Actions each containing a set of allowed and not allowed permissions.”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()RolePermissionwithUnmappedField(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
-
actionsNextLink
protected String actionsNextLink
-
resourceActions
protected List<ResourceAction> resourceActions
-
resourceActionsNextLink
protected String resourceActionsNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getActions
public com.github.davidmoten.odata.client.CollectionPage<String> getActions()
“Allowed Actions - Deprecated”- Returns:
- property actions
-
getActions
public com.github.davidmoten.odata.client.CollectionPage<String> getActions(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Allowed Actions - Deprecated”- Parameters:
options- specify connect and read timeouts- Returns:
- property actions
-
getResourceActions
public com.github.davidmoten.odata.client.CollectionPage<ResourceAction> getResourceActions()
“Resource Actions each containing a set of allowed and not allowed permissions.”- Returns:
- property resourceActions
-
getResourceActions
public com.github.davidmoten.odata.client.CollectionPage<ResourceAction> getResourceActions(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Resource Actions each containing a set of allowed and not allowed permissions.”- Parameters:
options- specify connect and read timeouts- Returns:
- property resourceActions
-
withUnmappedField
public RolePermission 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 RolePermission.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
-
-