Package com.microsoft.graph.models
Class VirtualEventWebinarGetByUserRoleParameterSet.VirtualEventWebinarGetByUserRoleParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.VirtualEventWebinarGetByUserRoleParameterSet.VirtualEventWebinarGetByUserRoleParameterSetBuilder
- Enclosing class:
VirtualEventWebinarGetByUserRoleParameterSet
public static final class VirtualEventWebinarGetByUserRoleParameterSet.VirtualEventWebinarGetByUserRoleParameterSetBuilder
extends Object
Fluent builder for the VirtualEventWebinarGetByUserRoleParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new VirtualEventWebinarGetByUserRoleParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the Role
-
Field Details
-
role
The role parameter value
-
-
Constructor Details
-
VirtualEventWebinarGetByUserRoleParameterSetBuilder
@Nullable protected VirtualEventWebinarGetByUserRoleParameterSetBuilder()Instanciates a new VirtualEventWebinarGetByUserRoleParameterSetBuilder
-
-
Method Details
-
withRole
@Nonnull public VirtualEventWebinarGetByUserRoleParameterSet.VirtualEventWebinarGetByUserRoleParameterSetBuilder withRole(@Nullable String val) Sets the Role- 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
-