Package com.carfey.ops.api.bean.calendar
Class CustomCalendarListing
- java.lang.Object
-
- com.carfey.ops.api.bean.calendar.CustomCalendarListing
-
public class CustomCalendarListing extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CustomCalendarListing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CustomCalendar>getCustomCalendars()voidsetCustomCalendars(java.util.List<CustomCalendar> customCalendars)java.lang.StringtoString()CustomCalendarListingwithCustomCalendars(java.util.List<CustomCalendar> customCalendars)
-
-
-
Method Detail
-
getCustomCalendars
public java.util.List<CustomCalendar> getCustomCalendars()
-
setCustomCalendars
public void setCustomCalendars(java.util.List<CustomCalendar> customCalendars)
-
withCustomCalendars
public CustomCalendarListing withCustomCalendars(java.util.List<CustomCalendar> customCalendars)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-