public class ContactName implements ResourceName
Inheritance
Object >
ContactName
Implements
com.google.api.resourcenames.ResourceName
Static Methods
public static String format(String project, String contact)
public static String formatFolderContactName(String folder, String contact)
Beta
The static format methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
public static String formatOrganizationContactName(String organization, String contact)
Beta
The static format methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
public static String formatProjectContactName(String project, String contact)
Beta
The static format methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
public static boolean isParsableFrom(String formattedString)
Parameter Name Description formattedString
String
public static ContactName.Builder newBuilder()
public static ContactName.FolderContactBuilder newFolderContactBuilder()
Beta
The per-pattern Builders are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
public static ContactName.OrganizationContactBuilder newOrganizationContactBuilder()
Beta
The per-pattern Builders are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
public static ContactName.Builder newProjectContactBuilder()
Beta
The per-pattern Builders are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
public static ContactName of(String project, String contact)
public static ContactName ofFolderContactName(String folder, String contact)
Beta
The static create methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
public static ContactName ofOrganizationContactName(String organization, String contact)
Beta
The static create methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
public static ContactName ofProjectContactName(String project, String contact)
Beta
The static create methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
public static ContactName parse(String formattedString)
Parameter Name Description formattedString
String
public static List<ContactName> parseList(List<String> formattedStrings)
Parameter Name Description formattedStrings
List <String >
public static List<String> toStringList(List<ContactName> values)
Constructors
Methods
public boolean equals(Object o)
Parameter Name Description o
Object
Overrides
public String getContact()
public String getFieldValue(String fieldName)
Parameter Name Description fieldName
String
public Map<String,String> getFieldValuesMap()
public String getFolder()
public String getOrganization()
public String getProject()
Returns Type Description int
Overrides
public ContactName.Builder toBuilder()
Overrides