CollectionOfLinksOfDirectoryObject Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. CollectionOfLinksOfDirectoryObject
- com.
Implements
public final class CollectionOfLinksOfDirectoryObject
implements JsonSerializable<CollectionOfLinksOfDirectoryObject>
Collection of links of directoryObject.
Constructor Summary
Constructor | Description |
---|---|
CollectionOfLinksOfDirectoryObject() |
Creates an instance of Collection |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Collection |
fromJson(JsonReader jsonReader)
Reads an instance of Collection |
String |
odataNextLink()
Get the odata |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<String> |
value()
Get the value property: The value property. |
Collection |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Collection |
withOdataNextLink(String odataNextLink)
Set the odata |
Collection |
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
Get the additionalProperties property: Collection of links of directoryObject.
Returns:
fromJson
public static CollectionOfLinksOfDirectoryObject fromJson(JsonReader jsonReader)
Reads an instance of CollectionOfLinksOfDirectoryObject from the JsonReader.
Parameters:
Returns:
Throws:
odataNextLink
public String odataNextLink()
Get the odataNextLink property: The @odata.nextLink property.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: The value property.
Returns:
withAdditionalProperties
public CollectionOfLinksOfDirectoryObject withAdditionalProperties(Map
Set the additionalProperties property: Collection of links of directoryObject.
Parameters:
Returns:
withOdataNextLink
public CollectionOfLinksOfDirectoryObject withOdataNextLink(String odataNextLink)
Set the odataNextLink property: The @odata.nextLink property.
Parameters:
Returns:
withValue
public CollectionOfLinksOfDirectoryObject withValue(List
Set the value property: The value property.
Parameters:
Returns:
Applies to
Azure SDK for Java