Interface Location.Service
-
- All Superinterfaces:
Maskable
,ResultLimitable
,Service
- Enclosing class:
- Location
@ApiService("SoftLayer_Network_DirectLink_Location") public static interface Location.Service extends Service
The SoftLayer_Network_DirectLink_Location service allows users to create, update, delete, get details of a Direct Link location and retrieve all existing details.- See Also:
- SoftLayer_Network_DirectLink_Location
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Location.ServiceAsync
asAsync()
Get an async version of this serviceList<Location>
getAllObjects()
Return all existing Direct Link location.Location
getLocation()
The location of Direct Link facility.Location
getObject()
Provider
getProvider()
The Id of Direct Link provider.ServiceType
getServiceType()
The Id of Direct Link service type.void
setMask(Location.Mask mask)
Location.Mask
withMask()
Use the existing mask on this service or create it if not presentLocation.Mask
withNewMask()
Overwrite the existing mask on this service with a new one and return it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
asAsync
Location.ServiceAsync asAsync()
Description copied from interface:Service
Get an async version of this service
-
withNewMask
Location.Mask withNewMask()
Description copied from interface:Maskable
Overwrite the existing mask on this service with a new one and return it- Specified by:
withNewMask
in interfaceMaskable
-
withMask
Location.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Location.Mask mask)
-
getAllObjects
@ApiMethod List<Location> getAllObjects()
Return all existing Direct Link location.
-
getObject
@ApiMethod(instanceRequired=true) Location getObject()
-
getLocation
@ApiMethod(instanceRequired=true) Location getLocation()
The location of Direct Link facility.
-
getProvider
@ApiMethod(instanceRequired=true) Provider getProvider()
The Id of Direct Link provider.
-
getServiceType
@ApiMethod(instanceRequired=true) ServiceType getServiceType()
The Id of Direct Link service type.
-
-