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