Uses of Enum Class
com.aspose.tasks.cloud.model.WorkGroupType
Packages that use WorkGroupType
-
Uses of WorkGroupType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return WorkGroupTypeModifier and TypeMethodDescriptionstatic WorkGroupType
Resource.getWorkgroup()
The type of a workgroup to which a resource belongs.WorkGroupType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static WorkGroupType
Returns the enum constant of this class with the specified name.static WorkGroupType[]
WorkGroupType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aspose.tasks.cloud.model with parameters of type WorkGroupTypeModifier and TypeMethodDescriptionvoid
Resource.setWorkgroup
(WorkGroupType workgroup) Resource.workgroup
(WorkGroupType workgroup) void
WorkGroupType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, WorkGroupType enumeration)