Uses of Enum Class
com.aspose.tasks.cloud.model.BookingType
Packages that use BookingType
-
Uses of BookingType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return BookingTypeModifier and TypeMethodDescriptionstatic BookingType
Resource.getBookingType()
The booking type of a resource.ResourceAssignment.getBookingType()
Returns or sets the booking type of an assignment.BookingType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static BookingType
Returns the enum constant of this class with the specified name.static BookingType[]
BookingType.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 BookingTypeModifier and TypeMethodDescriptionResource.bookingType
(BookingType bookingType) ResourceAssignment.bookingType
(BookingType bookingType) void
Resource.setBookingType
(BookingType bookingType) void
ResourceAssignment.setBookingType
(BookingType bookingType) void
BookingType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, BookingType enumeration)