Interface Template.Service
- All Superinterfaces:
Maskable
,ResultLimitable
,Service
- Enclosing class:
- Template
@ApiService("SoftLayer_Resource_Group_Template") public static interface Template.Service extends Service
- See Also:
- SoftLayer_Resource_Group_Template
-
Method Summary
Modifier and Type Method Description Template.ServiceAsync
asAsync()
Get an async version of this serviceList<Template>
getAllObjects()
List<Template>
getChildren()
List<Member>
getMembers()
Template
getObject()
Package
getTemplatePackage()
void
setMask(Template.Mask mask)
Template.Mask
withMask()
Use the existing mask on this service or create it if not presentTemplate.Mask
withNewMask()
Overwrite the existing mask on this service with a new one and return itMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
asAsync
Template.ServiceAsync asAsync()Description copied from interface:Service
Get an async version of this service -
withNewMask
Template.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
Template.Mask withMask()Description copied from interface:Maskable
Use the existing mask on this service or create it if not present -
setMask
-
getAllObjects
-
getObject
-
getChildren
-
getMembers
-
getTemplatePackage
-