Class CreateCalendarEventAction
- java.lang.Object
-
- java.util.AbstractMap<java.lang.String,java.lang.Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.rcsbusinessmessaging.v1.model.CreateCalendarEventAction
-
- All Implemented Interfaces:
java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
public final class CreateCalendarEventAction extends com.google.api.client.json.GenericJsonOpens the user's default calendar app and starts the new calendar event flow with the agent- specified event data pre-filled.This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the RCS Business Messaging API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
-
Constructor Summary
Constructors Constructor Description CreateCalendarEventAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateCalendarEventActionclone()java.lang.StringgetDescription()Event description.java.lang.StringgetEndTime()Event end time.java.lang.StringgetStartTime()Event start time.java.lang.StringgetTitle()Event title.CreateCalendarEventActionset(java.lang.String fieldName, java.lang.Object value)CreateCalendarEventActionsetDescription(java.lang.String description)Event description.CreateCalendarEventActionsetEndTime(java.lang.String endTime)Event end time.CreateCalendarEventActionsetStartTime(java.lang.String startTime)Event start time.CreateCalendarEventActionsetTitle(java.lang.String title)Event title.-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
-
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Event description.- Returns:
- value or
nullfor none
-
setDescription
public CreateCalendarEventAction setDescription(java.lang.String description)
Event description.- Parameters:
description- description ornullfor none
-
getEndTime
public java.lang.String getEndTime()
Event end time.- Returns:
- value or
nullfor none
-
setEndTime
public CreateCalendarEventAction setEndTime(java.lang.String endTime)
Event end time.- Parameters:
endTime- endTime ornullfor none
-
getStartTime
public java.lang.String getStartTime()
Event start time.- Returns:
- value or
nullfor none
-
setStartTime
public CreateCalendarEventAction setStartTime(java.lang.String startTime)
Event start time.- Parameters:
startTime- startTime ornullfor none
-
getTitle
public java.lang.String getTitle()
Event title.- Returns:
- value or
nullfor none
-
setTitle
public CreateCalendarEventAction setTitle(java.lang.String title)
Event title.- Parameters:
title- title ornullfor none
-
set
public CreateCalendarEventAction set(java.lang.String fieldName, java.lang.Object value)
- Overrides:
setin classcom.google.api.client.json.GenericJson
-
clone
public CreateCalendarEventAction clone()
- Overrides:
clonein classcom.google.api.client.json.GenericJson
-
-