Class IssueCommentName.Builder (0.40.0)

public static class IssueCommentName.Builder

Builder for projects/{project}/locations/{location}/repositories/{repository}/issues/{issue}/issueComments/{comment}.

Inheritance

java.lang.Object > IssueCommentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public IssueCommentName build()
Returns
Type Description
IssueCommentName

getComment()

public String getComment()
Returns
Type Description
String

getIssue()

public String getIssue()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getRepository()

public String getRepository()
Returns
Type Description
String

setComment(String comment)

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

setIssue(String issue)

public IssueCommentName.Builder setIssue(String issue)
Parameter
Name Description
issue String
Returns
Type Description
IssueCommentName.Builder

setLocation(String location)

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

setProject(String project)

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

setRepository(String repository)

public IssueCommentName.Builder setRepository(String repository)
Parameter
Name Description
repository String
Returns
Type Description
IssueCommentName.Builder