次の方法で共有


WorkItemConfigurationsListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.applicationinsights.models.WorkItemConfigurationsListResult

Implements

public final class WorkItemConfigurationsListResult
implements JsonSerializable<WorkItemConfigurationsListResult>

Work item configuration list result.

Constructor Summary

Constructor Description
WorkItemConfigurationsListResult()

Creates an instance of WorkItemConfigurationsListResult class.

Method Summary

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

Reads an instance of WorkItemConfigurationsListResult from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<WorkItemConfigurationInner> value()

Get the value property: An array of work item configurations.

Methods inherited from java.lang.Object

Constructor Details

WorkItemConfigurationsListResult

public WorkItemConfigurationsListResult()

Creates an instance of WorkItemConfigurationsListResult class.

Method Details

fromJson

public static WorkItemConfigurationsListResult fromJson(JsonReader jsonReader)

Reads an instance of WorkItemConfigurationsListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of WorkItemConfigurationsListResult 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 WorkItemConfigurationsListResult.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<WorkItemConfigurationInner> value()

Get the value property: An array of work item configurations.

Returns:

the value value.

Applies to