Class AttachmentName (0.57.0)

public class AttachmentName implements ResourceName

Inheritance

Object > AttachmentName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String organization, String case_, String attachmentId)

public static String format(String organization, String case_, String attachmentId)
Parameters
Name Description
organization String
case_ String
attachmentId String
Returns
Type Description
String

formatOrganizationCaseAttachmentIdName(String organization, String case_, String attachmentId)

public static String formatOrganizationCaseAttachmentIdName(String organization, String case_, String attachmentId)
Parameters
Name Description
organization String
case_ String
attachmentId String
Returns
Type Description
String

formatProjectCaseAttachmentIdName(String project, String case_, String attachmentId)

public static String formatProjectCaseAttachmentIdName(String project, String case_, String attachmentId)
Parameters
Name Description
project String
case_ String
attachmentId String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static AttachmentName.Builder newBuilder()
Returns
Type Description
AttachmentName.Builder

newOrganizationCaseAttachmentIdBuilder()

public static AttachmentName.Builder newOrganizationCaseAttachmentIdBuilder()
Returns
Type Description
AttachmentName.Builder

newProjectCaseAttachmentIdBuilder()

public static AttachmentName.ProjectCaseAttachmentIdBuilder newProjectCaseAttachmentIdBuilder()
Returns
Type Description
AttachmentName.ProjectCaseAttachmentIdBuilder

of(String organization, String case_, String attachmentId)

public static AttachmentName of(String organization, String case_, String attachmentId)
Parameters
Name Description
organization String
case_ String
attachmentId String
Returns
Type Description
AttachmentName

ofOrganizationCaseAttachmentIdName(String organization, String case_, String attachmentId)

public static AttachmentName ofOrganizationCaseAttachmentIdName(String organization, String case_, String attachmentId)
Parameters
Name Description
organization String
case_ String
attachmentId String
Returns
Type Description
AttachmentName

ofProjectCaseAttachmentIdName(String project, String case_, String attachmentId)

public static AttachmentName ofProjectCaseAttachmentIdName(String project, String case_, String attachmentId)
Parameters
Name Description
project String
case_ String
attachmentId String
Returns
Type Description
AttachmentName

parse(String formattedString)

public static AttachmentName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
AttachmentName

parseList(List<String> formattedStrings)

public static List<AttachmentName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<AttachmentName>

toStringList(List<AttachmentName> values)

public static List<String> toStringList(List<AttachmentName> values)
Parameter
Name Description
values List<AttachmentName>
Returns
Type Description
List<String>

Constructors

AttachmentName() (deprecated)

protected AttachmentName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getAttachmentId()

public String getAttachmentId()
Returns
Type Description
String

getCase()

public String getCase()
Returns
Type Description
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

getOrganization()

public String getOrganization()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public AttachmentName.Builder toBuilder()
Returns
Type Description
AttachmentName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides