Class PresenceSetUserPreferredPresenceParameterSet

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

public class PresenceSetUserPreferredPresenceParameterSet extends Object
The class for the Presence Set User Preferred Presence Parameter Set.
  • Field Details

    • 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

    • PresenceSetUserPreferredPresenceParameterSet

      public PresenceSetUserPreferredPresenceParameterSet()
      Instiaciates a new PresenceSetUserPreferredPresenceParameterSet
    • PresenceSetUserPreferredPresenceParameterSet

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