Package com.microsoft.graph.models
Class ApprovalFilterByCurrentUserParameterSet.ApprovalFilterByCurrentUserParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ApprovalFilterByCurrentUserParameterSet.ApprovalFilterByCurrentUserParameterSetBuilder
- Enclosing class:
ApprovalFilterByCurrentUserParameterSet
public static final class ApprovalFilterByCurrentUserParameterSet.ApprovalFilterByCurrentUserParameterSetBuilder
extends Object
Fluent builder for the ApprovalFilterByCurrentUserParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ApprovalFilterByCurrentUserOptionsThe on parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ApprovalFilterByCurrentUserParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the On
-
Field Details
-
on
The on parameter value
-
-
Constructor Details
-
ApprovalFilterByCurrentUserParameterSetBuilder
@Nullable protected ApprovalFilterByCurrentUserParameterSetBuilder()Instanciates a new ApprovalFilterByCurrentUserParameterSetBuilder
-
-
Method Details
-
withOn
@Nonnull public ApprovalFilterByCurrentUserParameterSet.ApprovalFilterByCurrentUserParameterSetBuilder withOn(@Nullable ApprovalFilterByCurrentUserOptions val) Sets the On- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-