Package com.microsoft.graph.models
Class PresenceSetPresenceParameterSet
java.lang.Object
com.microsoft.graph.models.PresenceSetPresenceParameterSet
The class for the Presence Set Presence Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the PresenceSetPresenceParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe activity.The availability.The expiration Duration.The session Id. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new PresenceSetPresenceParameterSetprotected
PresenceSetPresenceParameterSet
(PresenceSetPresenceParameterSet.PresenceSetPresenceParameterSetBuilder builder) Instiaciates a new PresenceSetPresenceParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
sessionId
The session Id. -
availability
@SerializedName(value="availability", alternate="Availability") @Expose @Nullable public String availabilityThe availability. -
activity
The activity. -
expirationDuration
@SerializedName(value="expirationDuration", alternate="ExpirationDuration") @Expose @Nullable public Duration expirationDurationThe 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
@Nonnull public static PresenceSetPresenceParameterSet.PresenceSetPresenceParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-