Class TableDataLoad

java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
com.gooddata.sdk.model.md.TableDataLoad
All Implemented Interfaces:
Obj, Queryable, Serializable

public class TableDataLoad extends AbstractObj implements Queryable
Represents data load of physical table. Deserialization only.
See Also:
  • Field Details

  • Method Details

    • getDataSourceLocation

      public String getDataSourceLocation()
      Returns:
      location of load data source
    • isFull

      public boolean isFull()
      Returns:
      true if the type is full, false otherwise
    • isIncremental

      public boolean isIncremental()
      Returns:
      true if the type is incremental, false otherwise
    • getType

      public String getType()
      Returns:
      type of the load, one of full,incremental
    • toString

      public String toString()
      Overrides:
      toString in class AbstractObj