UserDetail Class

  • java.lang.Object
    • com.azure.resourcemanager.confluent.models.UserDetail

public final class UserDetail

Subscriber detail.

Constructor Summary

Constructor Description
UserDetail()

Method Summary

Modifier and Type Method and Description
String emailAddress()

Get the emailAddress property: Email address.

String firstName()

Get the firstName property: First name.

String lastName()

Get the lastName property: Last name.

void validate()

Validates the instance.

UserDetail withEmailAddress(String emailAddress)

Set the emailAddress property: Email address.

UserDetail withFirstName(String firstName)

Set the firstName property: First name.

UserDetail withLastName(String lastName)

Set the lastName property: Last name.

Methods inherited from java.lang.Object

Constructor Details

UserDetail

public UserDetail()

Method Details

emailAddress

public String emailAddress()

Get the emailAddress property: Email address.

Returns:

the emailAddress value.

firstName

public String firstName()

Get the firstName property: First name.

Returns:

the firstName value.

lastName

public String lastName()

Get the lastName property: Last name.

Returns:

the lastName value.

validate

public void validate()

Validates the instance.

withEmailAddress

public UserDetail withEmailAddress(String emailAddress)

Set the emailAddress property: Email address.

Parameters:

emailAddress - the emailAddress value to set.

Returns:

the UserDetail object itself.

withFirstName

public UserDetail withFirstName(String firstName)

Set the firstName property: First name.

Parameters:

firstName - the firstName value to set.

Returns:

the UserDetail object itself.

withLastName

public UserDetail withLastName(String lastName)

Set the lastName property: Last name.

Parameters:

lastName - the lastName value to set.

Returns:

the UserDetail object itself.

Applies to