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