Package odata.msgraph.client.complex
Class MessageRuleActions
- java.lang.Object
-
- odata.msgraph.client.complex.MessageRuleActions
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class MessageRuleActions extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessageRuleActions.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>assignCategoriesprotected StringassignCategoriesNextLinkprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringcopyToFolderprotected Booleandeleteprotected List<Recipient>forwardAsAttachmentToprotected StringforwardAsAttachmentToNextLinkprotected List<Recipient>forwardToprotected StringforwardToNextLinkprotected BooleanmarkAsReadprotected ImportancemarkImportanceprotected StringmoveToFolderprotected StringodataTypeprotected BooleanpermanentDeleteprotected List<Recipient>redirectToprotected StringredirectToNextLinkprotected BooleanstopProcessingRulesprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedMessageRuleActions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessageRuleActions.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>getAssignCategories()com.github.davidmoten.odata.client.CollectionPage<String>getAssignCategories(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<String>getCopyToFolder()Optional<Boolean>getDelete()com.github.davidmoten.odata.client.CollectionPage<Recipient>getForwardAsAttachmentTo()com.github.davidmoten.odata.client.CollectionPage<Recipient>getForwardAsAttachmentTo(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<Recipient>getForwardTo()com.github.davidmoten.odata.client.CollectionPage<Recipient>getForwardTo(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<Boolean>getMarkAsRead()Optional<Importance>getMarkImportance()Optional<String>getMoveToFolder()Optional<Boolean>getPermanentDelete()com.github.davidmoten.odata.client.CollectionPage<Recipient>getRedirectTo()com.github.davidmoten.odata.client.CollectionPage<Recipient>getRedirectTo(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<Boolean>getStopProcessingRules()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()MessageRuleActionswithCopyToFolder(String copyToFolder)MessageRuleActionswithDelete(Boolean delete)MessageRuleActionswithMarkAsRead(Boolean markAsRead)MessageRuleActionswithMarkImportance(Importance markImportance)MessageRuleActionswithMoveToFolder(String moveToFolder)MessageRuleActionswithPermanentDelete(Boolean permanentDelete)MessageRuleActionswithStopProcessingRules(Boolean stopProcessingRules)MessageRuleActionswithUnmappedField(String name, Object 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
-
assignCategoriesNextLink
protected String assignCategoriesNextLink
-
copyToFolder
protected String copyToFolder
-
delete
protected Boolean delete
-
forwardAsAttachmentToNextLink
protected String forwardAsAttachmentToNextLink
-
forwardToNextLink
protected String forwardToNextLink
-
markAsRead
protected Boolean markAsRead
-
markImportance
protected Importance markImportance
-
moveToFolder
protected String moveToFolder
-
permanentDelete
protected Boolean permanentDelete
-
redirectToNextLink
protected String redirectToNextLink
-
stopProcessingRules
protected Boolean stopProcessingRules
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getAssignCategories
public com.github.davidmoten.odata.client.CollectionPage<String> getAssignCategories()
-
getAssignCategories
public com.github.davidmoten.odata.client.CollectionPage<String> getAssignCategories(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withCopyToFolder
public MessageRuleActions withCopyToFolder(String copyToFolder)
-
withDelete
public MessageRuleActions withDelete(Boolean delete)
-
getForwardAsAttachmentTo
public com.github.davidmoten.odata.client.CollectionPage<Recipient> getForwardAsAttachmentTo()
-
getForwardAsAttachmentTo
public com.github.davidmoten.odata.client.CollectionPage<Recipient> getForwardAsAttachmentTo(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getForwardTo
public com.github.davidmoten.odata.client.CollectionPage<Recipient> getForwardTo()
-
getForwardTo
public com.github.davidmoten.odata.client.CollectionPage<Recipient> getForwardTo(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withMarkAsRead
public MessageRuleActions withMarkAsRead(Boolean markAsRead)
-
getMarkImportance
public Optional<Importance> getMarkImportance()
-
withMarkImportance
public MessageRuleActions withMarkImportance(Importance markImportance)
-
withMoveToFolder
public MessageRuleActions withMoveToFolder(String moveToFolder)
-
withPermanentDelete
public MessageRuleActions withPermanentDelete(Boolean permanentDelete)
-
getRedirectTo
public com.github.davidmoten.odata.client.CollectionPage<Recipient> getRedirectTo()
-
getRedirectTo
public com.github.davidmoten.odata.client.CollectionPage<Recipient> getRedirectTo(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withStopProcessingRules
public MessageRuleActions withStopProcessingRules(Boolean stopProcessingRules)
-
withUnmappedField
public MessageRuleActions withUnmappedField(String name, Object 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 MessageRuleActions.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
-
-