Package odata.msgraph.client.complex
Class AccessReviewNotificationRecipientQueryScope
- java.lang.Object
-
- odata.msgraph.client.complex.AccessReviewNotificationRecipientScope
-
- odata.msgraph.client.complex.AccessReviewNotificationRecipientQueryScope
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AccessReviewNotificationRecipientQueryScope extends AccessReviewNotificationRecipientScope implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccessReviewNotificationRecipientQueryScope.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringqueryprotected StringqueryRootprotected StringqueryType-
Fields inherited from class odata.msgraph.client.complex.AccessReviewNotificationRecipientScope
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAccessReviewNotificationRecipientQueryScope()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccessReviewNotificationRecipientQueryScope.BuilderbuilderAccessReviewNotificationRecipientQueryScope()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()AccessReviewNotificationRecipientQueryScopewithQuery(String query)AccessReviewNotificationRecipientQueryScopewithQueryRoot(String queryRoot)AccessReviewNotificationRecipientQueryScopewithQueryType(String queryType)AccessReviewNotificationRecipientQueryScopewithUnmappedField(String name, Object value)
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAccessReviewNotificationRecipientScope
-
withQuery
public AccessReviewNotificationRecipientQueryScope withQuery(String query)
-
withQueryRoot
public AccessReviewNotificationRecipientQueryScope withQueryRoot(String queryRoot)
-
withQueryType
public AccessReviewNotificationRecipientQueryScope withQueryType(String queryType)
-
withUnmappedField
public AccessReviewNotificationRecipientQueryScope withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classAccessReviewNotificationRecipientScope
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAccessReviewNotificationRecipientScope
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAccessReviewNotificationRecipientScope
-
builderAccessReviewNotificationRecipientQueryScope
public static AccessReviewNotificationRecipientQueryScope.Builder builderAccessReviewNotificationRecipientQueryScope()
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 classAccessReviewNotificationRecipientScope
-
-