Compartilhar via


CollectionOfLinksOfDirectoryObject Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.CollectionOfLinksOfDirectoryObject

Implements

public final class CollectionOfLinksOfDirectoryObject
implements JsonSerializable<CollectionOfLinksOfDirectoryObject>

Collection of links of directoryObject.

Constructor Summary

Constructor Description
CollectionOfLinksOfDirectoryObject()

Creates an instance of CollectionOfLinksOfDirectoryObject class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: Collection of links of directoryObject.

static CollectionOfLinksOfDirectoryObject fromJson(JsonReader jsonReader)

Reads an instance of CollectionOfLinksOfDirectoryObject from the JsonReader.

String odataNextLink()

Get the odataNextLink property: The @odata.nextLink property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<String> value()

Get the value property: The value property.

CollectionOfLinksOfDirectoryObject withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Collection of links of directoryObject.

CollectionOfLinksOfDirectoryObject withOdataNextLink(String odataNextLink)

Set the odataNextLink property: The @odata.nextLink property.

CollectionOfLinksOfDirectoryObject withValue(List<String> value)

Set the value property: The value property.

Methods inherited from java.lang.Object

Constructor Details

CollectionOfLinksOfDirectoryObject

public CollectionOfLinksOfDirectoryObject()

Creates an instance of CollectionOfLinksOfDirectoryObject class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: Collection of links of directoryObject.

Returns:

the additionalProperties value.

fromJson

public static CollectionOfLinksOfDirectoryObject fromJson(JsonReader jsonReader)

Reads an instance of CollectionOfLinksOfDirectoryObject from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

odataNextLink

public String odataNextLink()

Get the odataNextLink property: The @odata.nextLink property.

Returns:

the odataNextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The value property.

Returns:

the value value.

withAdditionalProperties

public CollectionOfLinksOfDirectoryObject withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: Collection of links of directoryObject.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the CollectionOfLinksOfDirectoryObject object itself.

withOdataNextLink

public CollectionOfLinksOfDirectoryObject withOdataNextLink(String odataNextLink)

Set the odataNextLink property: The @odata.nextLink property.

Parameters:

odataNextLink - the odataNextLink value to set.

Returns:

the CollectionOfLinksOfDirectoryObject object itself.

withValue

public CollectionOfLinksOfDirectoryObject withValue(List value)

Set the value property: The value property.

Parameters:

value - the value value to set.

Returns:

the CollectionOfLinksOfDirectoryObject object itself.

Applies to