Uses of Class
com.google.cloud.essentialcontacts.v1.OrganizationName
-
Packages that use OrganizationName Package Description com.google.cloud.essentialcontacts.v1 A client to Essential Contacts API -
-
Uses of OrganizationName in com.google.cloud.essentialcontacts.v1
Methods in com.google.cloud.essentialcontacts.v1 that return OrganizationName Modifier and Type Method Description OrganizationName
OrganizationName.Builder. build()
static OrganizationName
OrganizationName. of(String organization)
static OrganizationName
OrganizationName. parse(String formattedString)
Methods in com.google.cloud.essentialcontacts.v1 that return types with arguments of type OrganizationName Modifier and Type Method Description static List<OrganizationName>
OrganizationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.essentialcontacts.v1 with parameters of type OrganizationName Modifier and Type Method Description Contact
EssentialContactsServiceClient. createContact(OrganizationName parent, Contact contact)
Adds a new contact for a resource.EssentialContactsServiceClient.ListContactsPagedResponse
EssentialContactsServiceClient. listContacts(OrganizationName parent)
Lists the contacts that have been set on a resource.Method parameters in com.google.cloud.essentialcontacts.v1 with type arguments of type OrganizationName Modifier and Type Method Description static List<String>
OrganizationName. toStringList(List<OrganizationName> values)
-