com.softlayer.api.service.location.Office 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.location;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.Location;
/**
* SoftLayer_Location_Office extends the [[SoftLayer_Location]] data type to include office-specific properties.
*
* @see SoftLayer_Location_Office
*/
@ApiType("SoftLayer_Location_Office")
public class Office extends Location {
public static class Mask extends com.softlayer.api.service.Location.Mask {
}
}