Class PresenceSetPresenceParameterSet

java.lang.Object
com.microsoft.graph.models.PresenceSetPresenceParameterSet

public class PresenceSetPresenceParameterSet extends Object
The class for the Presence Set Presence Parameter Set.
  • Field Details

    • sessionId

      @SerializedName(value="sessionId", alternate="SessionId") @Expose @Nullable public String sessionId
      The session Id.
    • availability

      @SerializedName(value="availability", alternate="Availability") @Expose @Nullable public String availability
      The availability.
    • activity

      @SerializedName(value="activity", alternate="Activity") @Expose @Nullable public String activity
      The activity.
    • expirationDuration

      @SerializedName(value="expirationDuration", alternate="ExpirationDuration") @Expose @Nullable public Duration expirationDuration
      The expiration Duration.
  • Constructor Details

    • PresenceSetPresenceParameterSet

      public PresenceSetPresenceParameterSet()
      Instiaciates a new PresenceSetPresenceParameterSet
    • PresenceSetPresenceParameterSet

      protected PresenceSetPresenceParameterSet(@Nonnull PresenceSetPresenceParameterSet.PresenceSetPresenceParameterSetBuilder builder)
      Instiaciates a new PresenceSetPresenceParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details

    • newBuilder

      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request