public class UserFindMeetingTimesBody
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<AttendeeBase> |
attendees
The attendees.
|
java.lang.Boolean |
isOrganizerOptional
The is Organizer Optional.
|
LocationConstraint |
locationConstraint
The location Constraint.
|
java.lang.Integer |
maxCandidates
The max Candidates.
|
javax.xml.datatype.Duration |
meetingDuration
The meeting Duration.
|
java.lang.Double |
minimumAttendeePercentage
The minimum Attendee Percentage.
|
java.lang.Boolean |
returnSuggestionReasons
The return Suggestion Reasons.
|
TimeConstraint |
timeConstraint
The time Constraint.
|
| Constructor and Description |
|---|
UserFindMeetingTimesBody() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="attendees",
alternate="Attendees")
@Expose
public java.util.List<AttendeeBase> attendees
@SerializedName(value="locationConstraint",
alternate="LocationConstraint")
@Expose
public LocationConstraint locationConstraint
@SerializedName(value="timeConstraint",
alternate="TimeConstraint")
@Expose
public TimeConstraint timeConstraint
@SerializedName(value="meetingDuration",
alternate="MeetingDuration")
@Expose
public javax.xml.datatype.Duration meetingDuration
@SerializedName(value="maxCandidates",
alternate="MaxCandidates")
@Expose
public java.lang.Integer maxCandidates
@SerializedName(value="isOrganizerOptional",
alternate="IsOrganizerOptional")
@Expose
public java.lang.Boolean isOrganizerOptional
@SerializedName(value="returnSuggestionReasons",
alternate="ReturnSuggestionReasons")
@Expose
public java.lang.Boolean returnSuggestionReasons
@SerializedName(value="minimumAttendeePercentage",
alternate="MinimumAttendeePercentage")
@Expose
public java.lang.Double minimumAttendeePercentage
public com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
serializer - the serializerjson - the JSON object to set this object to