Class Category.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.ticket.subject.Category.Mask
-
- Enclosing class:
- Category
public static class Category.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Category.Maskid()Category.Maskname()Category.MasksubjectCount()Subject.Masksubjects()-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
subjects
public Subject.Mask subjects()
-
id
public Category.Mask id()
-
name
public Category.Mask name()
-
subjectCount
public Category.Mask subjectCount()
-
-