Class SupportedTimeZonesWithTimeZoneStandardRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.users.item.outlook.supportedtimezoneswithtimezonestandard.SupportedTimeZonesWithTimeZoneStandardRequestBuilder
@Generated("com.microsoft.kiota")
public class SupportedTimeZonesWithTimeZoneStandardRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to call the supportedTimeZones method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassInvoke function supportedTimeZonesclassConfiguration 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
ConstructorsConstructorDescriptionSupportedTimeZonesWithTimeZoneStandardRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newSupportedTimeZonesWithTimeZoneStandardRequestBuilderand sets the default values.SupportedTimeZonesWithTimeZoneStandardRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter, String TimeZoneStandard) Instantiates a newSupportedTimeZonesWithTimeZoneStandardRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionget()Invoke function supportedTimeZonesget(Consumer<SupportedTimeZonesWithTimeZoneStandardRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function supportedTimeZonescom.microsoft.kiota.RequestInformationInvoke function supportedTimeZonescom.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<SupportedTimeZonesWithTimeZoneStandardRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function supportedTimeZonesReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
SupportedTimeZonesWithTimeZoneStandardRequestBuilder
public SupportedTimeZonesWithTimeZoneStandardRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter, @Nullable String TimeZoneStandard) Instantiates a newSupportedTimeZonesWithTimeZoneStandardRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.TimeZoneStandard- Usage: TimeZoneStandard='{TimeZoneStandard}'
-
SupportedTimeZonesWithTimeZoneStandardRequestBuilder
public SupportedTimeZonesWithTimeZoneStandardRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newSupportedTimeZonesWithTimeZoneStandardRequestBuilderand 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 supportedTimeZones- Returns:
- a
SupportedTimeZonesWithTimeZoneStandardGetResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public SupportedTimeZonesWithTimeZoneStandardGetResponse get(@Nullable Consumer<SupportedTimeZonesWithTimeZoneStandardRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function supportedTimeZones- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
SupportedTimeZonesWithTimeZoneStandardGetResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Invoke function supportedTimeZones- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<SupportedTimeZonesWithTimeZoneStandardRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function supportedTimeZones- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
withUrl
@Nonnull public SupportedTimeZonesWithTimeZoneStandardRequestBuilder 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
SupportedTimeZonesWithTimeZoneStandardRequestBuilder
-