Modifier and Type | Method and Description |
---|---|
Sms |
build() |
Sms.Builder |
clearPhoneNumber()
Clears the value of the 'phoneNumber' field.
|
Sms.Builder |
clearText()
Clears the value of the 'text' field.
|
CharSequence |
getPhoneNumber()
Gets the value of the 'phoneNumber' field.
|
CharSequence |
getText()
Gets the value of the 'text' field.
|
boolean |
hasPhoneNumber()
Checks whether the 'phoneNumber' field has been set.
|
boolean |
hasText()
Checks whether the 'text' field has been set.
|
Sms.Builder |
setPhoneNumber(CharSequence value)
Sets the value of the 'phoneNumber' field.
|
Sms.Builder |
setText(CharSequence value)
Sets the value of the 'text' field.
|
public CharSequence getPhoneNumber()
public Sms.Builder setPhoneNumber(CharSequence value)
value
- The value of 'phoneNumber'.public boolean hasPhoneNumber()
public Sms.Builder clearPhoneNumber()
public CharSequence getText()
public Sms.Builder setText(CharSequence value)
value
- The value of 'text'.public boolean hasText()
public Sms.Builder clearText()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.