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