Package com.microsoft.graph.models
Class SecureScoreControlStateUpdate
java.lang.Object
com.microsoft.graph.models.SecureScoreControlStateUpdate
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SecureScoreControlStateUpdate
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Secure Score Control State Update.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Assigned To.The Comment.the OData type of the object as returned by the serviceThe State.The Updated By.The Updated Date Time. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
assignedTo
@SerializedName(value="assignedTo", alternate="AssignedTo") @Expose @Nullable public String assignedToThe Assigned To. Assigns the control to the user who will take the action. -
comment
The Comment. Provides optional comment about the control. -
state
The State. State of the control, which can be modified via a PATCH command (for example, ignored, thirdParty). -
updatedBy
The Updated By. ID of the user who updated tenant state. -
updatedDateTime
@SerializedName(value="updatedDateTime", alternate="UpdatedDateTime") @Expose @Nullable public OffsetDateTime updatedDateTimeThe Updated Date Time. Time at which the control state was updated.
-
-
Constructor Details
-
SecureScoreControlStateUpdate
public SecureScoreControlStateUpdate()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-