Class AttachmentName.ProjectCaseAttachmentIdBuilder (0.57.0)

public static class AttachmentName.ProjectCaseAttachmentIdBuilder

Builder for projects/{project}/cases/{case}/attachments/{attachment_id}.

Inheritance

java.lang.Object > AttachmentName.ProjectCaseAttachmentIdBuilder

Constructors

ProjectCaseAttachmentIdBuilder()

protected ProjectCaseAttachmentIdBuilder()

Methods

build()

public AttachmentName build()
Returns
Type Description
AttachmentName

getAttachmentId()

public String getAttachmentId()
Returns
Type Description
String

getCase()

public String getCase()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setAttachmentId(String attachmentId)

public AttachmentName.ProjectCaseAttachmentIdBuilder setAttachmentId(String attachmentId)
Parameter
Name Description
attachmentId String
Returns
Type Description
AttachmentName.ProjectCaseAttachmentIdBuilder

setCase(String case_)

public AttachmentName.ProjectCaseAttachmentIdBuilder setCase(String case_)
Parameter
Name Description
case_ String
Returns
Type Description
AttachmentName.ProjectCaseAttachmentIdBuilder

setProject(String project)

public AttachmentName.ProjectCaseAttachmentIdBuilder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
AttachmentName.ProjectCaseAttachmentIdBuilder