Uses of Class
travel.wink.sdk.extranet.model.ScheduleItemSupplier
Packages that use ScheduleItemSupplier
-
Uses of ScheduleItemSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return ScheduleItemSupplierModifier and TypeMethodDescriptionScheduleItemSupplier.addRecurrenceExceptionItem(LocalDateTime recurrenceExceptionItem) ScheduleItemSupplier.address(AddressSupplier address) ScheduleItemSupplier.bookingIdentifier(UUID bookingIdentifier) ScheduleItemSupplier.bookingOwnerIdentifier(UUID bookingOwnerIdentifier) ScheduleItemSupplier.contact(ContactSupplier contact) ScheduleItemSupplier.created(LocalDateTime created) ScheduleItemSupplier.description(String description) ScheduleItemSupplier.emailHeaderLogoUrl(String emailHeaderLogoUrl) ScheduleItemSupplier.end(LocalDateTime end) ScheduleItemSupplier.endTimezone(String endTimezone) @NotNull @Valid ScheduleItemSupplierScheduleItemViewSupplier.getData()Get dataScheduleItemSupplier.hotelIdentifier(UUID hotelIdentifier) ScheduleItemSupplier.identifier(UUID identifier) ScheduleItemSupplier.lastModified(LocalDateTime lastModified) ScheduleItemSupplier.localizedVenueName(String localizedVenueName) ScheduleItemSupplier.logoIdentifier(String logoIdentifier) ScheduleItemSupplier.ownerIdentifier(UUID ownerIdentifier) ScheduleItemSupplier.recurrenceException(List<LocalDateTime> recurrenceException) ScheduleItemSupplier.recurrenceId(String recurrenceId) ScheduleItemSupplier.recurrenceRule(String recurrenceRule) ScheduleItemSupplier.start(LocalDateTime start) ScheduleItemSupplier.startTimezone(String startTimezone) ScheduleItemSupplier.type(ScheduleItemSupplier.TypeEnum type) Methods in travel.wink.sdk.extranet.model with parameters of type ScheduleItemSupplierModifier and TypeMethodDescriptionScheduleItemViewSupplier.data(ScheduleItemSupplier data) voidScheduleItemViewSupplier.setData(ScheduleItemSupplier data)