com.softlayer.api.service.container.authentication.request.Contract Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of softlayer-api-client Show documentation
Show all versions of softlayer-api-client Show documentation
API client for accessing the SoftLayer API
The newest version!
package com.softlayer.api.service.container.authentication.request;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.Entity;
/**
* The SoftLayer_Container_Authentication_Request_Contract provides a common set of operations for implementing classes.
*
* @see SoftLayer_Container_Authentication_Request_Contract
*/
@ApiType("SoftLayer_Container_Authentication_Request_Contract")
public class Contract extends Entity {
public static class Mask extends com.softlayer.api.service.Entity.Mask {
}
}