Class CommentName.Builder (0.57.0)

public static class CommentName.Builder

Builder for organizations/{organization}/cases/{case}/comments/{comment}.

Inheritance

java.lang.Object > CommentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public CommentName build()
Returns
Type Description
CommentName

getCase()

public String getCase()
Returns
Type Description
String

getComment()

public String getComment()
Returns
Type Description
String

getOrganization()

public String getOrganization()
Returns
Type Description
String

setCase(String case_)

public CommentName.Builder setCase(String case_)
Parameter
Name Description
case_ String
Returns
Type Description
CommentName.Builder

setComment(String comment)

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

setOrganization(String organization)

public CommentName.Builder setOrganization(String organization)
Parameter
Name Description
organization String
Returns
Type Description
CommentName.Builder