public class DataCollectionOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DataCollectionOptions.Builder
Class to build instances of
DataCollectionOptions. |
| Constructor and Description |
|---|
DataCollectionOptions(String title,
String body,
String inputType,
CollectedData collectedData)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBody()
Getter for Body.
|
CollectedData |
getCollectedData()
Getter for CollectedData.
|
String |
getInputType()
Getter for InputType.
|
String |
getTitle()
Getter for Title.
|
int |
hashCode() |
DataCollectionOptions.Builder |
toBuilder()
Builds a new
DataCollectionOptions.Builder object. |
String |
toString()
Converts this DataCollectionOptions into string format.
|
public DataCollectionOptions(String title, String body, String inputType, CollectedData collectedData)
title - String value for title.body - String value for body.inputType - String value for inputType.collectedData - CollectedData value for collectedData.public String getTitle()
public String getBody()
public String getInputType()
public CollectedData getCollectedData()
public String toString()
public DataCollectionOptions.Builder toBuilder()
DataCollectionOptions.Builder object.
Creates the instance with the state of the current model.DataCollectionOptions.Builder objectCopyright © 2024. All rights reserved.