Class ResponseContainerAssets


  • public class ResponseContainerAssets
    extends ResponseContainer
    Response container for list of GUIDs.
    The container has following attributes:
     assets - list of affected asset GUIDs (created, modified, or deleted).
    The type of the container is 'assets'.
    • Constructor Detail

      • ResponseContainerAssets

        public ResponseContainerAssets()
    • Method Detail

      • setAssetsList

        public void setAssetsList​(List<String> value)
      • getAssetsList

        public List<String> getAssetsList()