Class WorkingCalendarSerializationUtils
java.lang.Object
com.appiancorp.suiteapi.process.calendar.WorkingCalendarSerializationUtils
This class is used as a helper to output a JSON String containing the calendar information inside of
a Calendar Service
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.appiancorp.core.expr.portable.Value<com.appiancorp.core.data.ImmutableDictionary[]>
generateCustomCalendarDictionaries
(CalendarService calendarService) Returns a Value object of type ImmutableDictionary containing the information inside of a calendar servicestatic String
getWorkingCalendarsJson
(CalendarService calendarService) Returns the calendar data inside of calendarService as JSON
-
Field Details
-
NAME_KEY
- See Also:
-
-
Method Details
-
getWorkingCalendarsJson
Returns the calendar data inside of calendarService as JSON- Parameters:
calendarService
-- Returns:
-
generateCustomCalendarDictionaries
public static com.appiancorp.core.expr.portable.Value<com.appiancorp.core.data.ImmutableDictionary[]> generateCustomCalendarDictionaries(CalendarService calendarService) Returns a Value object of type ImmutableDictionary containing the information inside of a calendar service- Parameters:
calendarService
-- Returns:
-