Package com.microsoft.graph.models
Class ChannelRemoveEmailParameterSet
java.lang.Object
com.microsoft.graph.models.ChannelRemoveEmailParameterSet
The class for the Channel Remove Email Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the ChannelRemoveEmailParameterSet -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ChannelRemoveEmailParameterSetprotectedChannelRemoveEmailParameterSet(ChannelRemoveEmailParameterSet.ChannelRemoveEmailParameterSetBuilder builder) Instiaciates a new ChannelRemoveEmailParameterSet -
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
-
ChannelRemoveEmailParameterSet
public ChannelRemoveEmailParameterSet()Instiaciates a new ChannelRemoveEmailParameterSet -
ChannelRemoveEmailParameterSet
protected ChannelRemoveEmailParameterSet(@Nonnull ChannelRemoveEmailParameterSet.ChannelRemoveEmailParameterSetBuilder builder) Instiaciates a new ChannelRemoveEmailParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ChannelRemoveEmailParameterSet.ChannelRemoveEmailParameterSetBuilder 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
-