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 BookingTypeResource.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 BookingTypeReturns 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) voidResource.setBookingType(BookingType bookingType) voidResourceAssignment.setBookingType(BookingType bookingType) voidBookingType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, BookingType enumeration)