Class GetLoaderJobStatusRequest

    • Method Detail

      • loadId

        public final String loadId()

        The load ID of the load job to get the status of.

        Returns:
        The load ID of the load job to get the status of.
      • details

        public final Boolean details()

        Flag indicating whether or not to include details beyond the overall status (TRUE or FALSE; the default is FALSE).

        Returns:
        Flag indicating whether or not to include details beyond the overall status (TRUE or FALSE; the default is FALSE).
      • errors

        public final Boolean errors()

        Flag indicating whether or not to include a list of errors encountered (TRUE or FALSE; the default is FALSE).

        The list of errors is paged. The page and errorsPerPage parameters allow you to page through all the errors.

        Returns:
        Flag indicating whether or not to include a list of errors encountered (TRUE or FALSE; the default is FALSE).

        The list of errors is paged. The page and errorsPerPage parameters allow you to page through all the errors.

      • page

        public final Integer page()

        The error page number (a positive integer; the default is 1). Only valid when the errors parameter is set to TRUE.

        Returns:
        The error page number (a positive integer; the default is 1). Only valid when the errors parameter is set to TRUE.
      • errorsPerPage

        public final Integer errorsPerPage()

        The number of errors returned in each page (a positive integer; the default is 10). Only valid when the errors parameter set to TRUE.

        Returns:
        The number of errors returned in each page (a positive integer; the default is 10). Only valid when the errors parameter set to 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