Interface WebSubscriptionContentFormat

  • All Superinterfaces:
    EnumWebPersistableState, Persistable

    public interface WebSubscriptionContentFormat
    extends Persistable
    This interface represents the format that would be applied to content for which a Narrowcast subscription is to be created. For instance, a user can choose to subscribe to a report (which defines the content) with a graph view mode and may choose to have the report data delivered in a compressed format.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Method Detail

      • getViewMode

        int getViewMode()
        Returns:
        integer indicating the view mode that is supported by this format. This is a value from the enumeration EnumWebReportViewMode
      • getName

        java.lang.String getName()
        Returns:
        format name
      • getDelimiter

        java.lang.String getDelimiter()
        Since:
        MicroStrategy Web 9.0.0
      • setDelimiter

        void setDelimiter​(java.lang.String delimiter)
        Since:
        MicroStrategy Web 9.0.0