ApplicationsGetMemberGroupsRequestBody Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. ApplicationsGetMemberGroupsRequestBody
- com.
Implements
public final class ApplicationsGetMemberGroupsRequestBody
implements JsonSerializable<ApplicationsGetMemberGroupsRequestBody>
The ApplicationsGetMemberGroupsRequestBody model.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationsGetMemberGroupsRequestBody() |
Creates an instance of Applications |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Applications |
fromJson(JsonReader jsonReader)
Reads an instance of Applications |
| Boolean |
securityEnabledOnly()
Get the security |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Applications |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Applications |
withSecurityEnabledOnly(Boolean securityEnabledOnly)
Set the security |
Methods inherited from java.lang.Object
Constructor Details
ApplicationsGetMemberGroupsRequestBody
public ApplicationsGetMemberGroupsRequestBody()
Creates an instance of ApplicationsGetMemberGroupsRequestBody class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Dictionary of <AnyObject>.
Returns:
fromJson
public static ApplicationsGetMemberGroupsRequestBody fromJson(JsonReader jsonReader)
Reads an instance of ApplicationsGetMemberGroupsRequestBody from the JsonReader.
Parameters:
Returns:
Throws:
securityEnabledOnly
public Boolean securityEnabledOnly()
Get the securityEnabledOnly property: The securityEnabledOnly property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public ApplicationsGetMemberGroupsRequestBody withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <AnyObject>.
Parameters:
Returns:
withSecurityEnabledOnly
public ApplicationsGetMemberGroupsRequestBody withSecurityEnabledOnly(Boolean securityEnabledOnly)
Set the securityEnabledOnly property: The securityEnabledOnly property.
Parameters:
Returns: