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