Package odata.msgraph.client.complex
Class PrincipalResourceMembershipsScope
- java.lang.Object
-
- odata.msgraph.client.complex.AccessReviewScope
-
- odata.msgraph.client.complex.PrincipalResourceMembershipsScope
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class PrincipalResourceMembershipsScope extends AccessReviewScope implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrincipalResourceMembershipsScope.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<AccessReviewScope>principalScopesprotected StringprincipalScopesNextLinkprotected List<AccessReviewScope>resourceScopesprotected StringresourceScopesNextLink-
Fields inherited from class odata.msgraph.client.complex.AccessReviewScope
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPrincipalResourceMembershipsScope()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrincipalResourceMembershipsScope.BuilderbuilderPrincipalResourceMembershipsScope()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<AccessReviewScope>getPrincipalScopes()com.github.davidmoten.odata.client.CollectionPage<AccessReviewScope>getPrincipalScopes(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<AccessReviewScope>getResourceScopes()com.github.davidmoten.odata.client.CollectionPage<AccessReviewScope>getResourceScopes(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()PrincipalResourceMembershipsScopewithUnmappedField(String name, Object value)-
Methods inherited from class odata.msgraph.client.complex.AccessReviewScope
builder
-
-
-
-
Field Detail
-
principalScopes
protected List<AccessReviewScope> principalScopes
-
principalScopesNextLink
protected String principalScopesNextLink
-
resourceScopes
protected List<AccessReviewScope> resourceScopes
-
resourceScopesNextLink
protected String resourceScopesNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAccessReviewScope
-
getPrincipalScopes
public com.github.davidmoten.odata.client.CollectionPage<AccessReviewScope> getPrincipalScopes()
-
getPrincipalScopes
public com.github.davidmoten.odata.client.CollectionPage<AccessReviewScope> getPrincipalScopes(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getResourceScopes
public com.github.davidmoten.odata.client.CollectionPage<AccessReviewScope> getResourceScopes()
-
getResourceScopes
public com.github.davidmoten.odata.client.CollectionPage<AccessReviewScope> getResourceScopes(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public PrincipalResourceMembershipsScope withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classAccessReviewScope
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAccessReviewScope
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAccessReviewScope
-
builderPrincipalResourceMembershipsScope
public static PrincipalResourceMembershipsScope.Builder builderPrincipalResourceMembershipsScope()
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
-
toString
public String toString()
- Overrides:
toStringin classAccessReviewScope
-
-