public static interface FindSalesPartnerManagedClientsResponse.ClientDataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndDate()
public abstract Date getEndDate()The end date of the contract between the sales org and the end client.
.google.type.Date end_date = 3;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Date |
The endDate. |
getEndDateOrBuilder()
public abstract DateOrBuilder getEndDateOrBuilder()The end date of the contract between the sales org and the end client.
.google.type.Date end_date = 3;
| Returns | |
|---|---|
| Type | Description |
com.google.type.DateOrBuilder |
|
getOrganization()
public abstract Organization getOrganization()The end client that has/had contract with the requested sales org.
.google.marketingplatform.admin.v1alpha.Organization organization = 1;
| Returns | |
|---|---|
| Type | Description |
Organization |
The organization. |
getOrganizationOrBuilder()
public abstract OrganizationOrBuilder getOrganizationOrBuilder()The end client that has/had contract with the requested sales org.
.google.marketingplatform.admin.v1alpha.Organization organization = 1;
| Returns | |
|---|---|
| Type | Description |
OrganizationOrBuilder |
|
getStartDate()
public abstract Date getStartDate()The start date of the contract between the sales org and the end client.
.google.type.Date start_date = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Date |
The startDate. |
getStartDateOrBuilder()
public abstract DateOrBuilder getStartDateOrBuilder()The start date of the contract between the sales org and the end client.
.google.type.Date start_date = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.DateOrBuilder |
|
hasEndDate()
public abstract boolean hasEndDate()The end date of the contract between the sales org and the end client.
.google.type.Date end_date = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endDate field is set. |
hasOrganization()
public abstract boolean hasOrganization()The end client that has/had contract with the requested sales org.
.google.marketingplatform.admin.v1alpha.Organization organization = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the organization field is set. |
hasStartDate()
public abstract boolean hasStartDate()The start date of the contract between the sales org and the end client.
.google.type.Date start_date = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startDate field is set. |