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") @Expose public java.util.List<AttendeeBase> attendees
@SerializedName(value="locationConstraint") @Expose public LocationConstraint locationConstraint
@SerializedName(value="timeConstraint") @Expose public TimeConstraint timeConstraint
@SerializedName(value="meetingDuration") @Expose public javax.xml.datatype.Duration meetingDuration
@SerializedName(value="maxCandidates") @Expose public java.lang.Integer maxCandidates
@SerializedName(value="isOrganizerOptional") @Expose public java.lang.Boolean isOrganizerOptional
@SerializedName(value="returnSuggestionReasons") @Expose public java.lang.Boolean returnSuggestionReasons
@SerializedName(value="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