Class ListLoaderJobsRequest

    • Method Detail

      • limit

        public final Integer limit()

        The number of load IDs to list. Must be a positive integer greater than zero and not more than 100 (which is the default).

        Returns:
        The number of load IDs to list. Must be a positive integer greater than zero and not more than 100 (which is the default).
      • includeQueuedLoads

        public final Boolean includeQueuedLoads()

        An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list of load IDs by setting the parameter to FALSE. The default value is TRUE.

        Returns:
        An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list of load IDs by setting the parameter to FALSE. The default value is TRUE.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object