Interface Category.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Category
@ApiService("SoftLayer_Ticket_Subject_Category") public static interface Category.Service extends Service
- See Also:
- SoftLayer_Ticket_Subject_Category
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Category.ServiceAsyncasAsync()Get an async version of this serviceList<Category>getAllObjects()Retrieve all ticket subject categories.CategorygetObject()List<Subject>getSubjects()voidsetMask(Category.Mask mask)Category.MaskwithMask()Use the existing mask on this service or create it if not presentCategory.MaskwithNewMask()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
Category.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
withNewMask
Category.Mask withNewMask()
Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
Category.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present
-
setMask
void setMask(Category.Mask mask)
-
getAllObjects
@ApiMethod List<Category> getAllObjects()
Retrieve all ticket subject categories.
-
getObject
@ApiMethod(instanceRequired=true) Category getObject()
-
getSubjects
@ApiMethod(instanceRequired=true) List<Subject> getSubjects()
-
-