Interface Content.Service
-
- All Superinterfaces:
Maskable
,ResultLimitable
,Service
- Enclosing class:
- Content
@ApiService("SoftLayer_Auxiliary_Press_Release_Content") public static interface Content.Service extends Service
The SoftLayer_Auxiliary_Press_Release_Content service is associated with all actions pertaining to the press release management tool. It can be used to obtain a the press release content for a given press release.
-
-
Method Summary
Modifier and Type Method Description Content.ServiceAsync
asAsync()
Get an async version of this serviceContent
getObject()
getObject retrieves the SoftLayer_Auxiliary_Press_Release_Content object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Auxiliary_Press_Release service.void
setMask(Content.Mask mask)
Content.Mask
withMask()
Use the existing mask on this service or create it if not presentContent.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
Content.ServiceAsync asAsync()
Description copied from interface:Service
Get an async version of this service
-
withNewMask
Content.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
Content.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Content.Mask mask)
-
getObject
@ApiMethod(instanceRequired=true) Content getObject()
getObject retrieves the SoftLayer_Auxiliary_Press_Release_Content object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Auxiliary_Press_Release service.
-
-