Class MessageRuleActions

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataType

    public class MessageRuleActions
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    • 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
      • assignCategories

        protected List<String> assignCategories
      • assignCategoriesNextLink

        protected String assignCategoriesNextLink
      • copyToFolder

        protected String copyToFolder
      • forwardAsAttachmentTo

        protected List<Recipient> forwardAsAttachmentTo
      • 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
    • Constructor Detail

      • MessageRuleActions

        protected MessageRuleActions()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.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)
      • 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)
      • 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)
      • getStopProcessingRules

        public Optional<Boolean> getStopProcessingRules()
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.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