Class WorkingCalendarSerializationUtils

java.lang.Object
com.appiancorp.suiteapi.process.calendar.WorkingCalendarSerializationUtils

public final class WorkingCalendarSerializationUtils extends Object
This class is used as a helper to output a JSON String containing the calendar information inside of a Calendar Service
  • Field Details

  • Method Details

    • getWorkingCalendarsJson

      public static String getWorkingCalendarsJson(CalendarService calendarService)
      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: