Class SapOpenHubTableDatasetTypeProperties


  • public final class SapOpenHubTableDatasetTypeProperties
    extends Object
    Sap Business Warehouse Open Hub Destination Table properties.
    • Constructor Detail

      • SapOpenHubTableDatasetTypeProperties

        public SapOpenHubTableDatasetTypeProperties()
    • Method Detail

      • openHubDestinationName

        public Object openHubDestinationName()
        Get the openHubDestinationName property: The name of the Open Hub Destination with destination type as Database Table. Type: string (or Expression with resultType string).
        Returns:
        the openHubDestinationName value.
      • withOpenHubDestinationName

        public SapOpenHubTableDatasetTypeProperties withOpenHubDestinationName​(Object openHubDestinationName)
        Set the openHubDestinationName property: The name of the Open Hub Destination with destination type as Database Table. Type: string (or Expression with resultType string).
        Parameters:
        openHubDestinationName - the openHubDestinationName value to set.
        Returns:
        the SapOpenHubTableDatasetTypeProperties object itself.
      • excludeLastRequest

        public Object excludeLastRequest()
        Get the excludeLastRequest property: Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
        Returns:
        the excludeLastRequest value.
      • withExcludeLastRequest

        public SapOpenHubTableDatasetTypeProperties withExcludeLastRequest​(Object excludeLastRequest)
        Set the excludeLastRequest property: Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
        Parameters:
        excludeLastRequest - the excludeLastRequest value to set.
        Returns:
        the SapOpenHubTableDatasetTypeProperties object itself.
      • baseRequestId

        public Object baseRequestId()
        Get the baseRequestId property: The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
        Returns:
        the baseRequestId value.
      • withBaseRequestId

        public SapOpenHubTableDatasetTypeProperties withBaseRequestId​(Object baseRequestId)
        Set the baseRequestId property: The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
        Parameters:
        baseRequestId - the baseRequestId value to set.
        Returns:
        the SapOpenHubTableDatasetTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.