Package com.microsoft.graph.models
Class CalendarAllowedCalendarSharingRolesParameterSet
java.lang.Object
com.microsoft.graph.models.CalendarAllowedCalendarSharingRolesParameterSet
The class for the Calendar Allowed Calendar Sharing Roles Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the CalendarAllowedCalendarSharingRolesParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new CalendarAllowedCalendarSharingRolesParameterSetprotected
CalendarAllowedCalendarSharingRolesParameterSet
(CalendarAllowedCalendarSharingRolesParameterSet.CalendarAllowedCalendarSharingRolesParameterSetBuilder builder) Instiaciates a new CalendarAllowedCalendarSharingRolesParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
user
The user.
-
-
Constructor Details
-
CalendarAllowedCalendarSharingRolesParameterSet
public CalendarAllowedCalendarSharingRolesParameterSet()Instiaciates a new CalendarAllowedCalendarSharingRolesParameterSet -
CalendarAllowedCalendarSharingRolesParameterSet
protected CalendarAllowedCalendarSharingRolesParameterSet(@Nonnull CalendarAllowedCalendarSharingRolesParameterSet.CalendarAllowedCalendarSharingRolesParameterSetBuilder builder) Instiaciates a new CalendarAllowedCalendarSharingRolesParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static CalendarAllowedCalendarSharingRolesParameterSet.CalendarAllowedCalendarSharingRolesParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-