Class OutlookRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.users.item.outlook.OutlookRequestBuilder
@Generated("com.microsoft.kiota")
public class OutlookRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the outlook property of the microsoft.graph.user entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassGet outlook from usersclassConfiguration 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
ConstructorsConstructorDescriptionOutlookRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newOutlookRequestBuilderand sets the default values.OutlookRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newOutlookRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionget()Get outlook from usersget(Consumer<OutlookRequestBuilder.GetRequestConfiguration> requestConfiguration) Get outlook from usersProvides operations to manage the masterCategories property of the microsoft.graph.outlookUser entity.Provides operations to call the supportedLanguages method.Provides operations to call the supportedTimeZones method.supportedTimeZonesWithTimeZoneStandard(String TimeZoneStandard) Provides operations to call the supportedTimeZones method.com.microsoft.kiota.RequestInformationGet outlook from userscom.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<OutlookRequestBuilder.GetRequestConfiguration> requestConfiguration) Get outlook from usersReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
OutlookRequestBuilder
public OutlookRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newOutlookRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
OutlookRequestBuilder
public OutlookRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newOutlookRequestBuilderand 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
-
masterCategories
Provides operations to manage the masterCategories property of the microsoft.graph.outlookUser entity.- Returns:
- a
MasterCategoriesRequestBuilder
-
supportedLanguages
Provides operations to call the supportedLanguages method.- Returns:
- a
SupportedLanguagesRequestBuilder
-
supportedTimeZones
Provides operations to call the supportedTimeZones method.- Returns:
- a
SupportedTimeZonesRequestBuilder
-
get
Get outlook from users- Returns:
- a
OutlookUser - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public OutlookUser get(@Nullable Consumer<OutlookRequestBuilder.GetRequestConfiguration> requestConfiguration) Get outlook from users- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
OutlookUser - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
supportedTimeZonesWithTimeZoneStandard
@Nonnull public SupportedTimeZonesWithTimeZoneStandardRequestBuilder supportedTimeZonesWithTimeZoneStandard(@Nonnull String TimeZoneStandard) Provides operations to call the supportedTimeZones method.- Parameters:
TimeZoneStandard- Usage: TimeZoneStandard='{TimeZoneStandard}'- Returns:
- a
SupportedTimeZonesWithTimeZoneStandardRequestBuilder
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Get outlook from users- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<OutlookRequestBuilder.GetRequestConfiguration> requestConfiguration) Get outlook from users- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
withUrl
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
OutlookRequestBuilder
-