Package com.restfb.types.ads
Class AgencyClientDeclaration
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.AgencyClientDeclaration
- All Implemented Interfaces:
Serializable
Represents the
Agency
Client Declaration type.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionWhether this account is for an agency representing a client.Whether the client is based in France.Client's city.Client's country code.Client's email address.Name of the client.Client's postal code.Client's province.First line of client's street address.Second line of client's street address.Whether the agency has a written mandate to advertise on behalf of this client.Whether the client is paying via invoice.void
setAgencyRepresentingClient
(Integer agencyRepresentingClient) Whether this account is for an agency representing a client.void
setClientBasedInFrance
(Integer clientBasedInFrance) Whether the client is based in France.void
setClientCity
(String clientCity) Client's city.void
setClientCountryCode
(String clientCountryCode) Client's country code.void
setClientEmailAddress
(String clientEmailAddress) Client's email address.void
setClientName
(String clientName) Name of the client.void
setClientPostalCode
(String clientPostalCode) Client's postal code.void
setClientProvince
(String clientProvince) Client's province.void
setClientStreet
(String clientStreet) First line of client's street address.void
setClientStreet2
(String clientStreet2) Second line of client's street address.void
setHasWrittenMandateFromAdvertiser
(Integer hasWrittenMandateFromAdvertiser) Whether the agency has a written mandate to advertise on behalf of this client.void
setIsClientPayingInvoices
(Integer isClientPayingInvoices) Whether the client is paying via invoice.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AgencyClientDeclaration
public AgencyClientDeclaration()
-
-
Method Details
-
getAgencyRepresentingClient
Whether this account is for an agency representing a client.- Returns:
- Whether this account is for an agency representing a client
-
setAgencyRepresentingClient
Whether this account is for an agency representing a client. -
getClientBasedInFrance
Whether the client is based in France.- Returns:
- Whether the client is based in France
-
setClientBasedInFrance
Whether the client is based in France. -
getClientCity
Client's city.- Returns:
- Client's city
-
setClientCity
Client's city. -
getClientCountryCode
Client's country code.- Returns:
- Client's country code
-
setClientCountryCode
Client's country code. -
getClientEmailAddress
Client's email address.- Returns:
- Client's email address
-
setClientEmailAddress
Client's email address. -
getClientName
Name of the client.- Returns:
- Name of the client
-
setClientName
Name of the client. -
getClientPostalCode
Client's postal code.- Returns:
- Client's postal code
-
setClientPostalCode
Client's postal code. -
getClientProvince
Client's province.- Returns:
- Client's province
-
setClientProvince
Client's province. -
getClientStreet
First line of client's street address.- Returns:
- First line of client's street address
-
setClientStreet
First line of client's street address. -
getClientStreet2
Second line of client's street address.- Returns:
- Second line of client's street address
-
setClientStreet2
Second line of client's street address. -
getHasWrittenMandateFromAdvertiser
Whether the agency has a written mandate to advertise on behalf of this client.- Returns:
- Whether the agency has a written mandate to advertise on behalf of this client
-
setHasWrittenMandateFromAdvertiser
Whether the agency has a written mandate to advertise on behalf of this client. -
getIsClientPayingInvoices
Whether the client is paying via invoice.- Returns:
- Whether the client is paying via invoice
-
setIsClientPayingInvoices
Whether the client is paying via invoice.
-