StepInput Class
- java.
lang. Object - com.
azure. resourcemanager. selfhelp. models. StepInput
- com.
Implements
public final class StepInput
implements JsonSerializable<StepInput>
Details of step input.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Step |
fromJson(JsonReader jsonReader)
Reads an instance of Step |
| String |
questionContent()
Get the question |
|
Question |
questionContentType()
Get the question |
| String |
questionId()
Get the question |
| String |
questionTitle()
Get the question |
|
Question |
questionType()
Get the question |
| String |
recommendedOption()
Get the recommended |
| String |
responseHint()
Get the response |
|
List<Response |
responseOptions()
Get the response |
|
Response |
responseValidationProperties()
Get the response |
| String |
selectedOptionValue()
Get the selected |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static StepInput fromJson(JsonReader jsonReader)
Reads an instance of StepInput from the JsonReader.
Parameters:
Returns:
Throws:
questionContent
public String questionContent()
Get the questionContent property: User question content.
Returns:
questionContentType
public QuestionContentType questionContentType()
Get the questionContentType property: Default is Text.
Returns:
questionId
public String questionId()
Get the questionId property: Use Index as QuestionId.
Returns:
questionTitle
public String questionTitle()
Get the questionTitle property: Question title.
Returns:
questionType
public QuestionType questionType()
Get the questionType property: Type of Question.
Returns:
recommendedOption
public String recommendedOption()
Get the recommendedOption property: Result of Automate step.
Returns:
responseHint
public String responseHint()
Get the responseHint property: Place holder text for response hints.
Returns:
responseOptions
public List<ResponseOption> responseOptions()
Get the responseOptions property: The responseOptions property.
Returns:
responseValidationProperties
public ResponseValidationProperties responseValidationProperties()
Get the responseValidationProperties property: Troubleshooter step input response validation properties.
Returns:
selectedOptionValue
public String selectedOptionValue()
Get the selectedOptionValue property: Text of response that was selected.
Returns: