All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bmc.truesight.saas.meter.client.command.VoidCommand Maven / Gradle / Ivy

There is a newer version: 0.12
Show newest version
package com.bmc.truesight.saas.meter.client.command;

import com.bmc.truesight.saas.meter.client.response.VoidResponse;

public abstract class VoidCommand implements Command {

    @Override
    public Class getResponseType() {
        return VoidResponse.class;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy