public class SelectOption extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SelectOption.Builder
Class to build instances of
SelectOption. |
| Constructor and Description |
|---|
SelectOption(String referenceId,
String title)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getReferenceId()
Getter for ReferenceId.
|
String |
getTitle()
Getter for Title.
|
int |
hashCode() |
SelectOption.Builder |
toBuilder()
Builds a new
SelectOption.Builder object. |
String |
toString()
Converts this SelectOption into string format.
|
public String getReferenceId()
public String getTitle()
public String toString()
public SelectOption.Builder toBuilder()
SelectOption.Builder object.
Creates the instance with the state of the current model.SelectOption.Builder objectCopyright © 2023. All rights reserved.