Class ConformRequestBuilder

java.lang.Object
com.mayam.wf.ws.client.ConformRequestBuilder

public class ConformRequestBuilder extends Object
  • Constructor Details

    • ConformRequestBuilder

      public ConformRequestBuilder()
  • Method Details

    • destType

      public ConformRequestBuilder destType(String destType)
      Type of the destination. MAM specific use; typically used to select files for transfer and/or select a destination without knowing the exact name of it.
    • destName

      public ConformRequestBuilder destName(String destName)
      Name of the destination. Required, unless the destination type is specified and the MAM is able to properly deduce a destination from that.
    • filename

      public ConformRequestBuilder filename(String filename)
      Sets requested name of destination file.
    • destAssetType

      public ConformRequestBuilder destAssetType(AssetType destAssetType)
      Sets type of destination asset.
    • destAssetId

      public ConformRequestBuilder destAssetId(String destAssetId)
      Sets identifier of destination asset.