Class AttachmentName.Builder (0.57.0)

public static class AttachmentName.Builder

Builder for organizations/{organization}/cases/{case}/attachments/{attachment_id}.

Inheritance

java.lang.Object > AttachmentName.Builder

Constructors

Builder()

protected Builder()

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

getOrganization()

public String getOrganization()
Returns
Type Description
String

setAttachmentId(String attachmentId)

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

setCase(String case_)

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

setOrganization(String organization)

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