Class ListNextBatchOfVersionsRequest

    • Constructor Detail

      • ListNextBatchOfVersionsRequest

        public ListNextBatchOfVersionsRequest​(VersionListing previousVersionListing)
        Creates a request object for listing next batch of versions.
        Parameters:
        previousVersionListing - The previous version listing whose features are to be fetched.
    • Method Detail

      • getPreviousVersionListing

        public VersionListing getPreviousVersionListing()
        Returns the previous version listing.
        Returns:
        The previous version listing.
      • setPreviousVersionListing

        public void setPreviousVersionListing​(VersionListing previousVersionListing)
        Sets the previous version listing and all the features of the next version listing as well.
        Parameters:
        previousVersionListing - This parameter must be specified.
      • withPreviousVersionListing

        public ListNextBatchOfVersionsRequest withPreviousVersionListing​(VersionListing previousVersionListing)
        Sets the previous version listing and returns the updated request object so that additional method calls can be chained together.
        Parameters:
        previousVersionListing - The previous version listing object whose features are to be fetched.
        Returns:
        This updated request object so that additional method calls can be chained together.