メソッド PickerBuilder.setDocument
ドキュメントを設定します。
署名
setDocument(document: Document): PickerBuilder;
詳細
省略可 |
いいえ |
決勝 |
いいえ |
保護 |
いいえ |
静的 |
いいえ |
パラメータ
戻り値
PickerBuilder
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-14 UTC。
[null,null,["最終更新日 2024-10-14 UTC。"],[[["The `setDocument` method allows you to specify the document to be used within the PickerBuilder."],["This method is a non-final, non-protected, and non-static instance method of the `PickerBuilder` class."],["It accepts a single, required parameter: `document` of type `Document`."],["Calling `setDocument` returns an instance of `PickerBuilder`, allowing for method chaining."]]],["The `setDocument` method, part of `PickerBuilder`, accepts a `Document` object as a mandatory parameter. This method is not optional, final, protected, or static. It configures the document to be used and returns a `PickerBuilder` object, allowing for further configuration. The specific type of document is detailed in the referenced \"picker.document.md\" file.\n"]]