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
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 itMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
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
-
getAllObjects
Retrieve all ticket subject categories. -
getObject
-
getSubjects
-