Class DeleteNamedMediaOperation

java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
com.saperion.operations.LegacyOperation<com.lexmark.saperion.remote.common.operations.Void>
com.saperion.operations.VoidOperation
com.saperion.operations.storage.DeleteNamedMediaOperation
All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>, Serializable

public class DeleteNamedMediaOperation extends VoidOperation
See Also:
  • Constructor Details

    • DeleteNamedMediaOperation

      public DeleteNamedMediaOperation(int tenantId, String mediaName)
  • Method Details

    • getMediaName

      public String getMediaName()
      Returns:
      the mediaName
    • getTenantId

      public int getTenantId()
      Returns:
      the tenantId
    • voidInvoke

      protected void voidInvoke() throws Exception
      Description copied from class: VoidOperation
      Invokes this void operation.
      Specified by:
      voidInvoke in class VoidOperation
      Throws:
      Exception - exception when invoking this operation