Package software.xdev.brevo.model
Class CompaniesIdPatchRequest
java.lang.Object
software.xdev.brevo.model.CompaniesIdPatchRequest
CompaniesIdPatchRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(Object attributes) countryCode(Long countryCode) booleanAttributes for company updateCountry code if phone_number is passed in attributes.getName()Name of companyinthashCode()voidsetAttributes(Object attributes) voidsetCountryCode(Long countryCode) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_COUNTRY_CODE
- See Also:
-
-
Constructor Details
-
CompaniesIdPatchRequest
public CompaniesIdPatchRequest()
-
-
Method Details
-
name
-
getName
Name of company- Returns:
- name
-
setName
-
attributes
-
getAttributes
Attributes for company update- Returns:
- attributes
-
setAttributes
-
countryCode
-
getCountryCode
Country code if phone_number is passed in attributes.- Returns:
- countryCode
-
setCountryCode
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-