AccessReviewContactedReviewerProperties Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. AccessReviewContactedReviewerProperties
- com.
Implements
public final class AccessReviewContactedReviewerProperties
implements JsonSerializable<AccessReviewContactedReviewerProperties>
Properties of access review contacted reviewer.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
createdDateTime()
Get the created |
|
static
Access |
fromJson(JsonReader jsonReader)
Reads an instance of Access |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
userDisplayName()
Get the user |
| String |
userPrincipalName()
Get the user |
| 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:
fromJson
public static AccessReviewContactedReviewerProperties fromJson(JsonReader jsonReader)
Reads an instance of AccessReviewContactedReviewerProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
userDisplayName
public String userDisplayName()
Get the userDisplayName property: The display name of the reviewer.
Returns:
userPrincipalName
public String userPrincipalName()
Get the userPrincipalName property: The user principal name of the reviewer.
Returns:
validate
public void validate()
Validates the instance.