Class ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.users.item.reminderviewwithstartdatetimewithenddatetime.ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder
@Generated("com.microsoft.kiota")
public class ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to call the reminderView method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassInvoke function reminderViewclassConfiguration for the request such as headers, query parameters, and middleware options. -
Field Summary
Fields inherited from class com.microsoft.kiota.BaseRequestBuilder
pathParameters, requestAdapter, urlTemplate -
Constructor Summary
ConstructorsConstructorDescriptionReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderand sets the default values.ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter, String EndDateTime, String StartDateTime) Instantiates a newReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionget()Invoke function reminderViewget(Consumer<ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function reminderViewcom.microsoft.kiota.RequestInformationInvoke function reminderViewcom.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function reminderViewReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder
public ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter, @Nullable String EndDateTime, @Nullable String StartDateTime) Instantiates a newReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.EndDateTime- Usage: EndDateTime='{EndDateTime}'StartDateTime- Usage: StartDateTime='{StartDateTime}'
-
ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder
public ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newReminderViewWithStartDateTimeWithEndDateTimeRequestBuilderand sets the default values.- Parameters:
rawUrl- The raw URL to use for the request builder.requestAdapter- The request adapter to use to execute the requests.
-
-
Method Details
-
get
Invoke function reminderView- Returns:
- a
ReminderViewWithStartDateTimeWithEndDateTimeGetResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
@Nullable public ReminderViewWithStartDateTimeWithEndDateTimeGetResponse get(@Nullable Consumer<ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function reminderView- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
ReminderViewWithStartDateTimeWithEndDateTimeGetResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Invoke function reminderView- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function reminderView- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
withUrl
@Nonnull public ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder withUrl(@Nonnull String rawUrl) Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.- Parameters:
rawUrl- The raw URL to use for the request builder.- Returns:
- a
ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder
-