public class ThreatAssessmentRequest extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
ThreatCategory |
category
The Category.
|
ThreatAssessmentContentType |
contentType
The Content Type.
|
IdentitySet |
createdBy
The Created By.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
ThreatExpectedAssessment |
expectedAssessment
The Expected Assessment.
|
ThreatAssessmentRequestSource |
requestSource
The Request Source.
|
ThreatAssessmentResultCollectionPage |
results
The Results.
|
ThreatAssessmentStatus |
status
The Status.
|
Constructor and Description |
---|
ThreatAssessmentRequest() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="category", alternate="Category") @Expose @Nullable public ThreatCategory category
@SerializedName(value="contentType", alternate="ContentType") @Expose @Nullable public ThreatAssessmentContentType contentType
@SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public IdentitySet createdBy
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public java.time.OffsetDateTime createdDateTime
@SerializedName(value="expectedAssessment", alternate="ExpectedAssessment") @Expose @Nullable public ThreatExpectedAssessment expectedAssessment
@SerializedName(value="requestSource", alternate="RequestSource") @Expose @Nullable public ThreatAssessmentRequestSource requestSource
@SerializedName(value="status", alternate="Status") @Expose @Nullable public ThreatAssessmentStatus status
@SerializedName(value="results", alternate="Results") @Expose @Nullable public ThreatAssessmentResultCollectionPage results
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to