FileServiceItemsInner Class

  • java.lang.Object
    • com.azure.resourcemanager.storage.fluent.models.FileServiceItemsInner

Implements

public final class FileServiceItemsInner
implements JsonSerializable<FileServiceItemsInner>

The FileServiceItems model.

Constructor Summary

Constructor Description
FileServiceItemsInner()

Creates an instance of FileServiceItemsInner class.

Method Summary

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

Reads an instance of FileServiceItemsInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<FileServicePropertiesInner> value()

Get the value property: List of file services returned.

Methods inherited from java.lang.Object

Constructor Details

FileServiceItemsInner

public FileServiceItemsInner()

Creates an instance of FileServiceItemsInner class.

Method Details

fromJson

public static FileServiceItemsInner fromJson(JsonReader jsonReader)

Reads an instance of FileServiceItemsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: List of file services returned.

Returns:

the value value.

Applies to