Class DeleteAllMediaOperation

  • All Implemented Interfaces:
    com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,​SaBasicException,​LegacyConnection>, java.io.Serializable

    public class DeleteAllMediaOperation
    extends VoidOperation
    Deletes a named medium and all its follow-up media
    See Also:
    Serialized Form
    • Constructor Detail

      • DeleteAllMediaOperation

        public DeleteAllMediaOperation​(int tenantId)
    • Method Detail

      • voidInvoke

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

        public int getTenantId()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class com.lexmark.saperion.remote.common.operations.AbstractOperation<com.lexmark.saperion.remote.common.operations.Void,​SaBasicException,​LegacyConnection>