Class StorageGetViewDataApplicationRequestDTO

All Implemented Interfaces:
Cloneable

public class StorageGetViewDataApplicationRequestDTO extends AbstractStorageRequestDTO
  • Field Details

    • storageId

      public String storageId
      The identifier of the storage object, to which the keys should be added.
    • latestRevision

      public boolean latestRevision
      If set to true, the latest revision is returned from the history, to which the given storageId belongs. Otherwise, the exact object with the given identifier is returned.
    • applicationFacadeParms

      public ApplicationFacadeParmsDTO applicationFacadeParms
      parameter dto for the af call (e.g. language)
  • Constructor Details

    • StorageGetViewDataApplicationRequestDTO

      public StorageGetViewDataApplicationRequestDTO()
  • Method Details