你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationsGetMemberObjectsRequestBody Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.ApplicationsGetMemberObjectsRequestBody

Implements

public final class ApplicationsGetMemberObjectsRequestBody
implements JsonSerializable<ApplicationsGetMemberObjectsRequestBody>

The ApplicationsGetMemberObjectsRequestBody model.

Constructor Summary

Constructor Description
ApplicationsGetMemberObjectsRequestBody()

Creates an instance of ApplicationsGetMemberObjectsRequestBody class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: Dictionary of <AnyObject>.

static ApplicationsGetMemberObjectsRequestBody fromJson(JsonReader jsonReader)

Reads an instance of ApplicationsGetMemberObjectsRequestBody from the JsonReader.

Boolean securityEnabledOnly()

Get the securityEnabledOnly property: The securityEnabledOnly property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ApplicationsGetMemberObjectsRequestBody withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Dictionary of <AnyObject>.

ApplicationsGetMemberObjectsRequestBody withSecurityEnabledOnly(Boolean securityEnabledOnly)

Set the securityEnabledOnly property: The securityEnabledOnly property.

Methods inherited from java.lang.Object

Constructor Details

ApplicationsGetMemberObjectsRequestBody

public ApplicationsGetMemberObjectsRequestBody()

Creates an instance of ApplicationsGetMemberObjectsRequestBody class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: Dictionary of .

Returns:

the additionalProperties value.

fromJson

public static ApplicationsGetMemberObjectsRequestBody fromJson(JsonReader jsonReader)

Reads an instance of ApplicationsGetMemberObjectsRequestBody from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationsGetMemberObjectsRequestBody if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ApplicationsGetMemberObjectsRequestBody.

securityEnabledOnly

public Boolean securityEnabledOnly()

Get the securityEnabledOnly property: The securityEnabledOnly property.

Returns:

the securityEnabledOnly value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAdditionalProperties

public ApplicationsGetMemberObjectsRequestBody withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: Dictionary of .

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the ApplicationsGetMemberObjectsRequestBody object itself.

withSecurityEnabledOnly

public ApplicationsGetMemberObjectsRequestBody withSecurityEnabledOnly(Boolean securityEnabledOnly)

Set the securityEnabledOnly property: The securityEnabledOnly property.

Parameters:

securityEnabledOnly - the securityEnabledOnly value to set.

Returns:

the ApplicationsGetMemberObjectsRequestBody object itself.

Applies to