Package 

Class Asset


  • 
    public final class Asset
    
                        

    The main container object for each asset requested or supported by Exchange on behalf of the rendering client. Any object that is required is to be flagged as such. Only one of the {title,img,video,data} objects should be present in each object. All others should be null/absent. The id is to be unique within the AssetObject array so that the response can be aligned.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class Asset.Request
      public final class Asset.Response
    • Constructor Summary

      Constructors 
      Constructor Description
      Asset()
    • Constructor Detail

      • Asset

        Asset()