ScopingQuestionsInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appcomplianceautomation.fluent.models.ScopingQuestionsInner

Implements

public final class ScopingQuestionsInner
implements JsonSerializable<ScopingQuestionsInner>

Scoping question list.

Method Summary

Modifier and Type Method and Description
static ScopingQuestionsInner fromJson(JsonReader jsonReader)

Reads an instance of ScopingQuestionsInner from the JsonReader.

List<ScopingQuestion> questions()

Get the questions property: List of scoping questions.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static ScopingQuestionsInner fromJson(JsonReader jsonReader)

Reads an instance of ScopingQuestionsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ScopingQuestionsInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ScopingQuestionsInner.

questions

public List<ScopingQuestion> questions()

Get the questions property: List of scoping questions.

Returns:

the questions value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to