Package com.microsoft.graph.models
Class PresenceSetUserPreferredPresenceParameterSet
java.lang.Object
com.microsoft.graph.models.PresenceSetUserPreferredPresenceParameterSet
The class for the Presence Set User Preferred Presence Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the PresenceSetUserPreferredPresenceParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe activity.The availability.The expiration Duration. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new PresenceSetUserPreferredPresenceParameterSetprotectedPresenceSetUserPreferredPresenceParameterSet(PresenceSetUserPreferredPresenceParameterSet.PresenceSetUserPreferredPresenceParameterSetBuilder builder) Instiaciates a new PresenceSetUserPreferredPresenceParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setstatic PresenceSetUserPreferredPresenceParameterSet.PresenceSetUserPreferredPresenceParameterSetBuilderGets a new builder for the body
-
Field Details
-
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
-
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
-
newBuilder
@Nonnull public static PresenceSetUserPreferredPresenceParameterSet.PresenceSetUserPreferredPresenceParameterSetBuilder 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
-