Package com.microsoft.graph.models
Class ChatMessageUndoSoftDeleteParameterSet
java.lang.Object
com.microsoft.graph.models.ChatMessageUndoSoftDeleteParameterSet
The class for the Chat Message Undo Soft Delete Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the ChatMessageUndoSoftDeleteParameterSet -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ChatMessageUndoSoftDeleteParameterSetprotectedChatMessageUndoSoftDeleteParameterSet(ChatMessageUndoSoftDeleteParameterSet.ChatMessageUndoSoftDeleteParameterSetBuilder builder) Instiaciates a new ChatMessageUndoSoftDeleteParameterSet -
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
-
Constructor Details
-
ChatMessageUndoSoftDeleteParameterSet
public ChatMessageUndoSoftDeleteParameterSet()Instiaciates a new ChatMessageUndoSoftDeleteParameterSet -
ChatMessageUndoSoftDeleteParameterSet
protected ChatMessageUndoSoftDeleteParameterSet(@Nonnull ChatMessageUndoSoftDeleteParameterSet.ChatMessageUndoSoftDeleteParameterSetBuilder builder) Instiaciates a new ChatMessageUndoSoftDeleteParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ChatMessageUndoSoftDeleteParameterSet.ChatMessageUndoSoftDeleteParameterSetBuilder 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
-