Class UriClickSecurityState

java.lang.Object
com.microsoft.graph.models.UriClickSecurityState
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UriClickSecurityState extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Uri Click Security State.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • clickAction

      @SerializedName(value="clickAction", alternate="ClickAction") @Expose @Nullable public String clickAction
      The Click Action.
    • clickDateTime

      @SerializedName(value="clickDateTime", alternate="ClickDateTime") @Expose @Nullable public OffsetDateTime clickDateTime
      The Click Date Time.
    • id

      @SerializedName(value="id", alternate="Id") @Expose @Nullable public String id
      The Id.
    • sourceId

      @SerializedName(value="sourceId", alternate="SourceId") @Expose @Nullable public String sourceId
      The Source Id.
    • uriDomain

      @SerializedName(value="uriDomain", alternate="UriDomain") @Expose @Nullable public String uriDomain
      The Uri Domain.
    • verdict

      @SerializedName(value="verdict", alternate="Verdict") @Expose @Nullable public String verdict
      The Verdict.
  • Constructor Details

    • UriClickSecurityState

      public UriClickSecurityState()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to