AccessReviewContactedReviewerProperties Class

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

Implements

public final class AccessReviewContactedReviewerProperties
implements JsonSerializable<AccessReviewContactedReviewerProperties>

Properties of access review contacted reviewer.

Method Summary

Modifier and Type Method and Description
OffsetDateTime createdDateTime()

Get the createdDateTime property: Date Time when the reviewer was contacted.

static AccessReviewContactedReviewerProperties fromJson(JsonReader jsonReader)

Reads an instance of AccessReviewContactedReviewerProperties from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
String userDisplayName()

Get the userDisplayName property: The display name of the reviewer.

String userPrincipalName()

Get the userPrincipalName property: The user principal name of the reviewer.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

createdDateTime

public OffsetDateTime createdDateTime()

Get the createdDateTime property: Date Time when the reviewer was contacted.

Returns:

the createdDateTime value.

fromJson

public static AccessReviewContactedReviewerProperties fromJson(JsonReader jsonReader)

Reads an instance of AccessReviewContactedReviewerProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AccessReviewContactedReviewerProperties 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 AccessReviewContactedReviewerProperties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

userDisplayName

public String userDisplayName()

Get the userDisplayName property: The display name of the reviewer.

Returns:

the userDisplayName value.

userPrincipalName

public String userPrincipalName()

Get the userPrincipalName property: The user principal name of the reviewer.

Returns:

the userPrincipalName value.

validate

public void validate()

Validates the instance.

Applies to