Package com.confidentify.client.model
Class ConfidentifyAccountCreateRequest
- java.lang.Object
-
- com.confidentify.client.model.ConfidentifyAccountCreateRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class ConfidentifyAccountCreateRequest extends Object
ConfidentifyAccountCreateRequest
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACCOUNT_OWNER_USERNAMEstatic StringSERIALIZED_NAME_IMAGE_URLstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_WEBSITE_URL
-
Constructor Summary
Constructors Constructor Description ConfidentifyAccountCreateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfidentifyAccountCreateRequestaccountOwnerUsername(String accountOwnerUsername)booleanequals(Object o)StringgetAccountOwnerUsername()The username of the account owner user.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()ConfidentifyAccountCreateRequestimageUrl(String imageUrl)ConfidentifyAccountCreateRequestname(String name)voidsetAccountOwnerUsername(String accountOwnerUsername)voidsetImageUrl(String imageUrl)voidsetName(String name)voidsetWebsiteUrl(String websiteUrl)StringtoString()ConfidentifyAccountCreateRequestwebsiteUrl(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
-
SERIALIZED_NAME_ACCOUNT_OWNER_USERNAME
public static final String SERIALIZED_NAME_ACCOUNT_OWNER_USERNAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public ConfidentifyAccountCreateRequest 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 ConfidentifyAccountCreateRequest 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 ConfidentifyAccountCreateRequest websiteUrl(String websiteUrl)
-
getWebsiteUrl
@Nullable public String getWebsiteUrl()
Optional URL to the account's website.- Returns:
- websiteUrl
-
setWebsiteUrl
public void setWebsiteUrl(String websiteUrl)
-
accountOwnerUsername
public ConfidentifyAccountCreateRequest accountOwnerUsername(String accountOwnerUsername)
-
getAccountOwnerUsername
@Nullable public String getAccountOwnerUsername()
The username of the account owner user. Note that this field can only be specified by administrators.- Returns:
- accountOwnerUsername
-
setAccountOwnerUsername
public void setAccountOwnerUsername(String accountOwnerUsername)
-
-