Class ConferenceData
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
ConferenceData
Penampung untuk semua informasi terkait konferensi.
var conferenceId;
// Set the conference ID, that is, the identifier your system creates for the meeting.
var entryPoint = ConferenceDataService.newEntryPoint();
// Finish building the entry point ...
var conferenceParameter = ConferenceDataService.newConferenceParameter();
// Finish building the parameter ...
var conferenceData = ConferenceDataService.newConferenceDataBuilder()
.setConferenceId(conferenceId);
.addEntryPoint(entryPoint)
.addConferenceParameter(conferenceParameter)
.build();
Metode
Metode | Jenis hasil yang ditampilkan | Deskripsi singkat |
printJson() | String | Mencetak representasi JSON dari objek ini. |
Dokumentasi mendetail
printJson()
Mencetak representasi JSON dari objek ini. Ini hanya untuk proses debug.
Pulang pergi
String
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-08-21 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Informasi yang saya butuhkan tidak ada"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Terlalu rumit/langkahnya terlalu banyak"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Sudah usang"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Masalah terjemahan"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Masalah kode / contoh"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Lainnya"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Mudah dipahami"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Memecahkan masalah saya"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Lainnya"
}]
{
"lastModified": "Terakhir diperbarui pada 2024-08-21 UTC.",
"confidential": False
}