AccessReviewContactedReviewerInner Class

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

Implements

public final class AccessReviewContactedReviewerInner
implements JsonSerializable<AccessReviewContactedReviewerInner>

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 AccessReviewContactedReviewerInner fromJson(JsonReader jsonReader)

Reads an instance of AccessReviewContactedReviewerInner from the JsonReader.

String id()

Get the id property: The access review reviewer id.

String name()

Get the name property: The access review reviewer id.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The resource type.

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 AccessReviewContactedReviewerInner fromJson(JsonReader jsonReader)

Reads an instance of AccessReviewContactedReviewerInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

id

public String id()

Get the id property: The access review reviewer id.

Returns:

the id value.

name

public String name()

Get the name property: The access review reviewer id.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The resource type.

Returns:

the type value.

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