Class CommentName.Builder (0.1.0)

public static class CommentName.Builder

Builder for projects/{project}/locations/{location}/orders/{order}/comments/{comment}.

Inheritance

java.lang.Object > CommentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public CommentName build()
Returns
Type Description
CommentName

getComment()

public String getComment()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getOrder()

public String getOrder()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setComment(String comment)

public CommentName.Builder setComment(String comment)
Parameter
Name Description
comment String
Returns
Type Description
CommentName.Builder

setLocation(String location)

public CommentName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
CommentName.Builder

setOrder(String order)

public CommentName.Builder setOrder(String order)
Parameter
Name Description
order String
Returns
Type Description
CommentName.Builder

setProject(String project)

public CommentName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
CommentName.Builder