| Package | Description |
|---|---|
| com.google.api.services.calendar.model |
| Modifier and Type | Method and Description |
|---|---|
EntryPoint |
EntryPoint.clone() |
EntryPoint |
EntryPoint.set(java.lang.String fieldName,
java.lang.Object value) |
EntryPoint |
EntryPoint.setAccessCode(java.lang.String accessCode)
The access code to access the conference.
|
EntryPoint |
EntryPoint.setEntryPointType(java.lang.String entryPointType)
The type of the conference entry point.
|
EntryPoint |
EntryPoint.setLabel(java.lang.String label)
The label for the URI.
|
EntryPoint |
EntryPoint.setMeetingCode(java.lang.String meetingCode)
The meeting code to access the conference.
|
EntryPoint |
EntryPoint.setPasscode(java.lang.String passcode)
The passcode to access the conference.
|
EntryPoint |
EntryPoint.setPassword(java.lang.String password)
The password to access the conference.
|
EntryPoint |
EntryPoint.setPin(java.lang.String pin)
The PIN to access the conference.
|
EntryPoint |
EntryPoint.setUri(java.lang.String uri)
The URI of the entry point.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EntryPoint> |
ConferenceData.getEntryPoints()
Information about individual conference entry points, such as URLs or phone numbers.
|
| Modifier and Type | Method and Description |
|---|---|
ConferenceData |
ConferenceData.setEntryPoints(java.util.List<EntryPoint> entryPoints)
Information about individual conference entry points, such as URLs or phone numbers.
|