Class UnclassifiedArtifact

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UnclassifiedArtifact extends Artifact implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Unclassified Artifact.
  • Field Details

    • kind

      @SerializedName(value="kind", alternate="Kind") @Expose @Nullable public String kind
      The Kind. The kind for this unclassifiedArtifact resource, describing what this value means.
    • value

      @SerializedName(value="value", alternate="Value") @Expose @Nullable public String value
      The Value. The value for this unclassifiedArtifact.
  • Constructor Details

    • UnclassifiedArtifact

      public UnclassifiedArtifact()
  • 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Artifact
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to