Class CollectionOfExtension
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.CollectionOfExtension
-
public final class CollectionOfExtension extends Object
Collection of extension.
-
-
Constructor Summary
Constructors Constructor Description CollectionOfExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: Collection of extension.String
odataNextLink()
Get the odataNextLink property: The @odata.nextLink property.void
validate()
Validates the instance.List<MicrosoftGraphExtensionInner>
value()
Get the value property: The value property.CollectionOfExtension
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Collection of extension.CollectionOfExtension
withOdataNextLink(String odataNextLink)
Set the odataNextLink property: The @odata.nextLink property.CollectionOfExtension
withValue(List<MicrosoftGraphExtensionInner> value)
Set the value property: The value property.
-
-
-
Method Detail
-
value
public List<MicrosoftGraphExtensionInner> value()
Get the value property: The value property.- Returns:
- the value value.
-
withValue
public CollectionOfExtension withValue(List<MicrosoftGraphExtensionInner> value)
Set the value property: The value property.- Parameters:
value
- the value value to set.- Returns:
- the CollectionOfExtension object itself.
-
odataNextLink
public String odataNextLink()
Get the odataNextLink property: The @odata.nextLink property.- Returns:
- the odataNextLink value.
-
withOdataNextLink
public CollectionOfExtension withOdataNextLink(String odataNextLink)
Set the odataNextLink property: The @odata.nextLink property.- Parameters:
odataNextLink
- the odataNextLink value to set.- Returns:
- the CollectionOfExtension object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Collection of extension.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public CollectionOfExtension withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Collection of extension.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the CollectionOfExtension object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-