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