Package odata.msgraph.client.complex
Class AccessReviewQueryScope
- java.lang.Object
-
- odata.msgraph.client.complex.AccessReviewScope
-
- odata.msgraph.client.complex.AccessReviewQueryScope
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
AccessReviewInactiveUsersQueryScope
public class AccessReviewQueryScope extends AccessReviewScope implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccessReviewQueryScope.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringqueryprotected StringqueryRootprotected StringqueryType-
Fields inherited from class odata.msgraph.client.complex.AccessReviewScope
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAccessReviewQueryScope()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccessReviewQueryScope.BuilderbuilderAccessReviewQueryScope()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getQuery()Optional<String>getQueryRoot()Optional<String>getQueryType()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AccessReviewQueryScopewithQuery(String query)AccessReviewQueryScopewithQueryRoot(String queryRoot)AccessReviewQueryScopewithQueryType(String queryType)AccessReviewQueryScopewithUnmappedField(String name, Object value)-
Methods inherited from class odata.msgraph.client.complex.AccessReviewScope
builder
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAccessReviewScope
-
withQuery
public AccessReviewQueryScope withQuery(String query)
-
withQueryRoot
public AccessReviewQueryScope withQueryRoot(String queryRoot)
-
withQueryType
public AccessReviewQueryScope withQueryType(String queryType)
-
withUnmappedField
public AccessReviewQueryScope 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
-
builderAccessReviewQueryScope
public static AccessReviewQueryScope.Builder builderAccessReviewQueryScope()
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
-
-