Class AttachmentName (0.9.0)

public class AttachmentName implements ResourceName

Inheritance

Object > AttachmentName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String space, String message, String attachment)

public static String format(String space, String message, String attachment)
Parameters
Name Description
space String
message String
attachment 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

of(String space, String message, String attachment)

public static AttachmentName of(String space, String message, String attachment)
Parameters
Name Description
space String
message String
attachment 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

getAttachment()

public String getAttachment()
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>

getMessage()

public String getMessage()
Returns
Type Description
String

getSpace()

public String getSpace()
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