Package com.microsoft.graph.models
Class UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserParameterSet.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserParameterSet.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserParameterSetBuilder
- Enclosing class:
UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserParameterSet
public static final class UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserParameterSet.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserParameterSetBuilder
extends Object
Fluent builder for the UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe on parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserParameterSetBuilder -
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
-
UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserParameterSetBuilder
@Nullable protected UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserParameterSetBuilder()Instanciates a new UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserParameterSetBuilder
-
-
Method Details
-
withOn
@Nonnull public UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserParameterSet.UnifiedRoleAssignmentScheduleRequestFilterByCurrentUserParameterSetBuilder withOn(@Nullable RoleAssignmentScheduleRequestFilterByCurrentUserOptions 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
-