Class NoteName.Builder (2.21.0)

publicstaticclass NoteName.Builder

Builder for NoteName.

Inheritance

java.lang.Object > NoteName.Builder

Methods

build()

publicNoteNamebuild()
Returns
Type Description
NoteName

getNote()

publicStringgetNote()
Returns
Type Description
String

getProject()

publicStringgetProject()
Returns
Type Description
String

setNote(String note)

publicNoteName.BuildersetNote(Stringnote)
Parameter
Name Description
note String
Returns
Type Description
NoteName.Builder

setProject(String project)

publicNoteName.BuildersetProject(Stringproject)
Parameter
Name Description
project String
Returns
Type Description
NoteName.Builder

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.