Package com.microsoft.graph.models
Class TermsAndConditionsAcceptanceStatus
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.TermsAndConditionsAcceptanceStatus
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TermsAndConditionsAcceptanceStatus
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Terms And Conditions Acceptance Status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Accepted Date Time.The Accepted Version.The Terms And Conditions.The User Display Name.The User Principal Name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
acceptedDateTime
@SerializedName(value="acceptedDateTime", alternate="AcceptedDateTime") @Expose @Nullable public OffsetDateTime acceptedDateTimeThe Accepted Date Time. DateTime when the terms were last accepted by the user. -
acceptedVersion
@SerializedName(value="acceptedVersion", alternate="AcceptedVersion") @Expose @Nullable public Integer acceptedVersionThe Accepted Version. Most recent version number of the T&C accepted by the user. -
userDisplayName
@SerializedName(value="userDisplayName", alternate="UserDisplayName") @Expose @Nullable public String userDisplayNameThe User Display Name. Display name of the user whose acceptance the entity represents. -
userPrincipalName
@SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalNameThe User Principal Name. The userPrincipalName of the User that accepted the term. -
termsAndConditions
@SerializedName(value="termsAndConditions", alternate="TermsAndConditions") @Expose @Nullable public TermsAndConditions termsAndConditionsThe Terms And Conditions. Navigation link to the terms and conditions that are assigned.
-
-
Constructor Details
-
TermsAndConditionsAcceptanceStatus
public TermsAndConditionsAcceptanceStatus()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-