Package com.confidentify.client.model
Class ConfidentifyAccountUpdateRequest
- java.lang.Object
-
- com.confidentify.client.model.ConfidentifyAccountUpdateRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class ConfidentifyAccountUpdateRequest extends Object
ConfidentifyAccountUpdateRequest
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IMAGE_URLstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_WEBSITE_URL
-
Constructor Summary
Constructors Constructor Description ConfidentifyAccountUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetImageUrl()Optional URL to an image representing the account.StringgetName()The name of the account, typically a company name.StringgetWebsiteUrl()Optional URL to the account's website.inthashCode()ConfidentifyAccountUpdateRequestimageUrl(String imageUrl)ConfidentifyAccountUpdateRequestname(String name)voidsetImageUrl(String imageUrl)voidsetName(String name)voidsetWebsiteUrl(String websiteUrl)StringtoString()ConfidentifyAccountUpdateRequestwebsiteUrl(String websiteUrl)
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IMAGE_URL
public static final String SERIALIZED_NAME_IMAGE_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WEBSITE_URL
public static final String SERIALIZED_NAME_WEBSITE_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public ConfidentifyAccountUpdateRequest name(String name)
-
getName
@Nullable public String getName()
The name of the account, typically a company name.- Returns:
- name
-
setName
public void setName(String name)
-
imageUrl
public ConfidentifyAccountUpdateRequest imageUrl(String imageUrl)
-
getImageUrl
@Nullable public String getImageUrl()
Optional URL to an image representing the account.- Returns:
- imageUrl
-
setImageUrl
public void setImageUrl(String imageUrl)
-
websiteUrl
public ConfidentifyAccountUpdateRequest websiteUrl(String websiteUrl)
-
getWebsiteUrl
@Nullable public String getWebsiteUrl()
Optional URL to the account's website.- Returns:
- websiteUrl
-
setWebsiteUrl
public void setWebsiteUrl(String websiteUrl)
-
-