Uses of Class
com.google.cloud.commerce.consumer.procurement.v1.BillingAccountName
-
Packages that use BillingAccountName Package Description com.google.cloud.commerce.consumer.procurement.v1 A client to Cloud Commerce Consumer Procurement API -
-
Uses of BillingAccountName in com.google.cloud.commerce.consumer.procurement.v1
Methods in com.google.cloud.commerce.consumer.procurement.v1 that return BillingAccountName Modifier and Type Method Description BillingAccountName
BillingAccountName.Builder. build()
static BillingAccountName
BillingAccountName. of(String billingAccount)
static BillingAccountName
BillingAccountName. parse(String formattedString)
Methods in com.google.cloud.commerce.consumer.procurement.v1 that return types with arguments of type BillingAccountName Modifier and Type Method Description static List<BillingAccountName>
BillingAccountName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.commerce.consumer.procurement.v1 with type arguments of type BillingAccountName Modifier and Type Method Description static List<String>
BillingAccountName. toStringList(List<BillingAccountName> values)
-