Class TeamworkApplicationIdentity

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

public class TeamworkApplicationIdentity extends Identity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Teamwork Application Identity.
  • Field Details

    • applicationIdentityType

      @SerializedName(value="applicationIdentityType", alternate="ApplicationIdentityType") @Expose @Nullable public TeamworkApplicationIdentityType applicationIdentityType
      The Application Identity Type. Type of application that is referenced. Possible values are: aadApplication, bot, tenantBot, office365Connector, outgoingWebhook, and unknownFutureValue.
  • Constructor Details

    • TeamworkApplicationIdentity

      public TeamworkApplicationIdentity()
  • 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 Identity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to