SenderUsernameProperties Class
- java.
lang. Object - com.
azure. resourcemanager. communication. fluent. models. SenderUsernameProperties
- com.
public final class SenderUsernameProperties
A class that describes the properties of a SenderUsername resource.
Constructor | Description |
---|---|
Sender |
Creates an instance of Sender |
Modifier and Type | Method and Description |
---|---|
String |
data Get the data |
String |
display Get the display |
Provisioning |
provisioning Get the provisioning |
String |
username()
Get the username property: A sender sender |
void |
validate()
Validates the instance. |
Sender |
with Set the display |
Sender |
with Set the username property: A sender sender |
Methods inherited from java.lang.Object
SenderUsernameProperties
public SenderUsernameProperties()
Creates an instance of SenderUsernameProperties class.
dataLocation
public String dataLocation()
Get the dataLocation property: The location where the SenderUsername resource data is stored at rest.
Returns:
displayName
public String displayName()
Get the displayName property: The display name for the senderUsername.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource. Unknown is the default state for Communication Services.
Returns:
username
public String username()
Get the username property: A sender senderUsername to be used when sending emails.
Returns:
validate
public void validate()
Validates the instance.
withDisplayName
public SenderUsernameProperties withDisplayName(String displayName)
Set the displayName property: The display name for the senderUsername.
Parameters:
Returns:
withUsername
public SenderUsernameProperties withUsername(String username)
Set the username property: A sender senderUsername to be used when sending emails.
Parameters:
Returns:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: