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
Constructors -
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.voidsetAgencyRepresentingClient(Integer agencyRepresentingClient) Whether this account is for an agency representing a client.voidsetClientBasedInFrance(Integer clientBasedInFrance) Whether the client is based in France.voidsetClientCity(String clientCity) Client's city.voidsetClientCountryCode(String clientCountryCode) Client's country code.voidsetClientEmailAddress(String clientEmailAddress) Client's email address.voidsetClientName(String clientName) Name of the client.voidsetClientPostalCode(String clientPostalCode) Client's postal code.voidsetClientProvince(String clientProvince) Client's province.voidsetClientStreet(String clientStreet) First line of client's street address.voidsetClientStreet2(String clientStreet2) Second line of client's street address.voidsetHasWrittenMandateFromAdvertiser(Integer hasWrittenMandateFromAdvertiser) Whether the agency has a written mandate to advertise on behalf of this client.voidsetIsClientPayingInvoices(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.
-