Class OfficeConsentList
java.lang.Object
com.azure.resourcemanager.securityinsights.models.OfficeConsentList
List of all the office365 consents.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: URL to fetch the next set of office consents.void
validate()
Validates the instance.value()
Get the value property: Array of the consents.withValue
(List<OfficeConsentInner> value) Set the value property: Array of the consents.
-
Constructor Details
-
OfficeConsentList
public OfficeConsentList()
-
-
Method Details
-
nextLink
Get the nextLink property: URL to fetch the next set of office consents.- Returns:
- the nextLink value.
-
value
Get the value property: Array of the consents.- Returns:
- the value value.
-
withValue
Set the value property: Array of the consents.- Parameters:
value
- the value value to set.- Returns:
- the OfficeConsentList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-