Class ReportDestination


  • public class ReportDestination
    extends java.lang.Object
    Represents the destination container when creating a report.
    • Constructor Detail

      • ReportDestination

        public ReportDestination()
    • Method Detail

      • getDestinationId

        public java.lang.Long getDestinationId()
        Gets the destination ID.
        Returns:
        the destination ID
      • setDestinationId

        public ReportDestination setDestinationId​(java.lang.Long destinationId)
        Sets the destination ID.
        Parameters:
        destinationId - the ID of the destination folder or workspace
        Returns:
        this ReportDestination object for method chaining
      • getDestinationType

        public ReportDestinationType getDestinationType()
        Gets the destination type.
        Returns:
        the destination type
      • setDestinationType

        public ReportDestination setDestinationType​(ReportDestinationType destinationType)
        Sets the destination type.
        Parameters:
        destinationType - the type of destination (FOLDER or WORKSPACE)
        Returns:
        this ReportDestination object for method chaining