Modifier and Type | Method and Description |
---|---|
Email |
build() |
Email.Builder |
clearAddressTo()
Clears the value of the 'addressTo' field.
|
Email.Builder |
clearText()
Clears the value of the 'text' field.
|
Email.Builder |
clearTitle()
Clears the value of the 'title' field.
|
CharSequence |
getAddressTo()
Gets the value of the 'addressTo' field.
|
CharSequence |
getText()
Gets the value of the 'text' field.
|
CharSequence |
getTitle()
Gets the value of the 'title' field.
|
boolean |
hasAddressTo()
Checks whether the 'addressTo' field has been set.
|
boolean |
hasText()
Checks whether the 'text' field has been set.
|
boolean |
hasTitle()
Checks whether the 'title' field has been set.
|
Email.Builder |
setAddressTo(CharSequence value)
Sets the value of the 'addressTo' field.
|
Email.Builder |
setText(CharSequence value)
Sets the value of the 'text' field.
|
Email.Builder |
setTitle(CharSequence value)
Sets the value of the 'title' field.
|
public CharSequence getAddressTo()
public Email.Builder setAddressTo(CharSequence value)
value
- The value of 'addressTo'.public boolean hasAddressTo()
public Email.Builder clearAddressTo()
public CharSequence getTitle()
public Email.Builder setTitle(CharSequence value)
value
- The value of 'title'.public boolean hasTitle()
public Email.Builder clearTitle()
public CharSequence getText()
public Email.Builder setText(CharSequence value)
value
- The value of 'text'.public boolean hasText()
public Email.Builder clearText()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.