com.bmc.truesight.saas.meter.client.response.VoidResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of meter-client Show documentation
Show all versions of meter-client Show documentation
A java library for interacting with the TrueSight Meter.
package com.bmc.truesight.saas.meter.client.response;
import org.immutables.value.Value;
@Value.Immutable(builder = false)
public abstract class VoidResponse implements Response {
}