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