Uses of Class
com.aspose.tasks.cloud.model.responses.CalendarWorkWeeksResponse
Packages that use CalendarWorkWeeksResponse
-
Uses of CalendarWorkWeeksResponse in com.aspose.tasks.cloud.api
Methods in com.aspose.tasks.cloud.api that return CalendarWorkWeeksResponseModifier and TypeMethodDescriptionTasksApi.getCalendarWorkWeeks(GetCalendarWorkWeeksRequest request) Gets the collection of work weeks of the specified calendar.Method parameters in com.aspose.tasks.cloud.api with type arguments of type CalendarWorkWeeksResponseModifier and TypeMethodDescriptioncom.squareup.okhttp.CallTasksApi.getCalendarWorkWeeksAsync(GetCalendarWorkWeeksRequest request, ApiCallback<CalendarWorkWeeksResponse> callback) Gets the collection of work weeks of the specified calendar. -
Uses of CalendarWorkWeeksResponse in com.aspose.tasks.cloud.model.responses
Methods in com.aspose.tasks.cloud.model.responses that return CalendarWorkWeeksResponseModifier and TypeMethodDescriptionCalendarWorkWeeksResponse.addCalendarWorkWeeksItem(WorkWeek calendarWorkWeeksItem) CalendarWorkWeeksResponse.calendarWorkWeeks(List<WorkWeek> calendarWorkWeeks)