Class QuickBooksObjectDatasetResponse


  • public final class QuickBooksObjectDatasetResponse
    extends java.lang.Object
    • Method Detail

      • annotations

        public java.util.List<java.lang.Object> annotations()
        Returns:
        List of tags that can be used for describing the Dataset.
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Dataset description.
      • folder

        public java.util.Optional<DatasetResponseFolder> folder()
        Returns:
        The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
      • schema

        public java.util.Optional<java.lang.Object> schema()
        Returns:
        Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
      • structure

        public java.util.Optional<java.lang.Object> structure()
        Returns:
        Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
      • tableName

        public java.util.Optional<java.lang.Object> tableName()
        Returns:
        The table name. Type: string (or Expression with resultType string).
      • type

        public java.lang.String type()
        Returns:
        Type of dataset. Expected value is 'QuickBooksObject'.