Class ApplicationsGetMemberGroupsRequestBody
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.ApplicationsGetMemberGroupsRequestBody
The ApplicationsGetMemberGroupsRequestBody model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationsGetMemberGroupsRequestBody class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Dictionary of <AnyObject>.Get the securityEnabledOnly property: The securityEnabledOnly property.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Dictionary of <AnyObject>.withSecurityEnabledOnly(Boolean securityEnabledOnly) Set the securityEnabledOnly property: The securityEnabledOnly property.
-
Constructor Details
-
ApplicationsGetMemberGroupsRequestBody
public ApplicationsGetMemberGroupsRequestBody()Creates an instance of ApplicationsGetMemberGroupsRequestBody class.
-
-
Method Details
-
securityEnabledOnly
Get the securityEnabledOnly property: The securityEnabledOnly property.- Returns:
- the securityEnabledOnly value.
-
withSecurityEnabledOnly
Set the securityEnabledOnly property: The securityEnabledOnly property.- Parameters:
securityEnabledOnly- the securityEnabledOnly value to set.- Returns:
- the ApplicationsGetMemberGroupsRequestBody object itself.
-
additionalProperties
Get the additionalProperties property: Dictionary of <AnyObject>.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public ApplicationsGetMemberGroupsRequestBody withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Dictionary of <AnyObject>.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the ApplicationsGetMemberGroupsRequestBody object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-