|
reseller
v1
|
#include <customer.h>
Public Member Functions | |
| Customer (const Json::Value &storage) | |
| Customer (Json::Value *storage) | |
| virtual | ~Customer () |
| const StringPiece | GetTypeName () const |
| bool | has_alternate_email () const |
| void | clear_alternate_email () |
| const StringPiece | get_alternate_email () const |
| void | set_alternate_email (const StringPiece &value) |
| bool | has_customer_domain () const |
| void | clear_customer_domain () |
| const StringPiece | get_customer_domain () const |
| void | set_customer_domain (const StringPiece &value) |
| bool | has_customer_domain_verified () const |
| void | clear_customer_domain_verified () |
| bool | get_customer_domain_verified () const |
| void | set_customer_domain_verified (bool value) |
| bool | has_customer_id () const |
| void | clear_customer_id () |
| const StringPiece | get_customer_id () const |
| void | set_customer_id (const StringPiece &value) |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_phone_number () const |
| void | clear_phone_number () |
| const StringPiece | get_phone_number () const |
| void | set_phone_number (const StringPiece &value) |
| bool | has_postal_address () const |
| void | clear_postal_address () |
| const Address | get_postal_address () const |
| Address | mutable_postalAddress () |
| bool | has_resource_ui_url () const |
| void | clear_resource_ui_url () |
| const StringPiece | get_resource_ui_url () const |
| void | set_resource_ui_url (const StringPiece &value) |
Static Public Member Functions | |
| static Customer * | New () |
JSON template for a customer.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'alternateEmail' attribute.
|
inline |
Clears the 'customerDomain' attribute.
|
inline |
Clears the 'customerDomainVerified' attribute.
|
inline |
Clears the 'customerId' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'phoneNumber' attribute.
|
inline |
Clears the 'postalAddress' attribute.
|
inline |
Clears the 'resourceUiUrl' attribute.
|
inline |
Get the value of the 'alternateEmail' attribute.
|
inline |
Get the value of the 'customerDomain' attribute.
|
inline |
Get the value of the 'customerDomainVerified' attribute.
|
inline |
Get the value of the 'customerId' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'phoneNumber' attribute.
| const Address google_reseller_api::Customer::get_postal_address | ( | ) | const |
Get a reference to the value of the 'postalAddress' attribute.
|
inline |
Get the value of the 'resourceUiUrl' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'alternateEmail' attribute was set.
alternateEmail' attribute was set.
|
inline |
Determine if the 'customerDomain' attribute was set.
customerDomain' attribute was set.
|
inline |
Determine if the 'customerDomainVerified' attribute was set.
customerDomainVerified' attribute was set.
|
inline |
Determine if the 'customerId' attribute was set.
customerId' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'phoneNumber' attribute was set.
phoneNumber' attribute was set.
|
inline |
Determine if the 'postalAddress' attribute was set.
postalAddress' attribute was set.
|
inline |
Determine if the 'resourceUiUrl' attribute was set.
resourceUiUrl' attribute was set. | Address google_reseller_api::Customer::mutable_postalAddress | ( | ) |
Gets a reference to a mutable value of the 'postalAddress' property.
A customer's address information. Each field has a limit of 255 charcters.
|
static |
Creates a new default instance.
|
inline |
Change the 'alternateEmail' attribute.
Like the "Customer email" in the reseller tools, this email is the secondary contact used if something happens to the customer's service such as service outage or a security issue. This property is required when creating a new customer and should not use the same domain as customerDomain.
| [in] | value | The new value. |
|
inline |
Change the 'customerDomain' attribute.
The customer's primary domain name string. customerDomain is required when creating a new customer. Do not include the www prefix in the domain when adding a customer.
| [in] | value | The new value. |
|
inline |
Change the 'customerDomainVerified' attribute.
Whether the customer's primary domain has been verified.
| [in] | value | The new value. |
|
inline |
Change the 'customerId' attribute.
This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
Identifies the resource as a customer. Value: reseller::customer.
| [in] | value | The new value. |
|
inline |
Change the 'phoneNumber' attribute.
Customer contact phone number. Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid.
| [in] | value | The new value. |
|
inline |
Change the 'resourceUiUrl' attribute.
URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console.
| [in] | value | The new value. |