Class FootprintsRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.places.item.graphbuilding.mapescaped.footprints.FootprintsRequestBuilder
@Generated("com.microsoft.kiota")
public class FootprintsRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the footprints property of the microsoft.graph.buildingMap entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassGet a list of footprintMap objects for building footprints and their properties.classConfiguration for the request such as headers, query parameters, and middleware options.classConfiguration 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
ConstructorsConstructorDescriptionFootprintsRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newFootprintsRequestBuilderand sets the default values.FootprintsRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newFootprintsRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionbyFootprintMapId(String footprintMapId) Provides operations to manage the footprints property of the microsoft.graph.buildingMap entity.count()Provides operations to count the resources in the collection.get()Get a list of footprintMap objects for building footprints and their properties.get(Consumer<FootprintsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get a list of footprintMap objects for building footprints and their properties.post(FootprintMap body) Create new navigation property to footprints for placespost(FootprintMap body, Consumer<FootprintsRequestBuilder.PostRequestConfiguration> requestConfiguration) Create new navigation property to footprints for placescom.microsoft.kiota.RequestInformationGet a list of footprintMap objects for building footprints and their properties.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<FootprintsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get a list of footprintMap objects for building footprints and their properties.com.microsoft.kiota.RequestInformationCreate new navigation property to footprints for placescom.microsoft.kiota.RequestInformationtoPostRequestInformation(FootprintMap body, Consumer<FootprintsRequestBuilder.PostRequestConfiguration> requestConfiguration) Create new navigation property to footprints for placesReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
FootprintsRequestBuilder
public FootprintsRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newFootprintsRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
FootprintsRequestBuilder
public FootprintsRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newFootprintsRequestBuilderand 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
-
count
Provides operations to count the resources in the collection.- Returns:
- a
CountRequestBuilder
-
byFootprintMapId
Provides operations to manage the footprints property of the microsoft.graph.buildingMap entity.- Parameters:
footprintMapId- The unique identifier of footprintMap- Returns:
- a
FootprintMapItemRequestBuilder
-
get
Get a list of footprintMap objects for building footprints and their properties.- Returns:
- a
FootprintMapCollectionResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
@Nullable public FootprintMapCollectionResponse get(@Nullable Consumer<FootprintsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get a list of footprintMap objects for building footprints and their properties.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
FootprintMapCollectionResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
post
Create new navigation property to footprints for places- Parameters:
body- The request body- Returns:
- a
FootprintMap - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
post
@Nullable public FootprintMap post(@Nonnull FootprintMap body, @Nullable Consumer<FootprintsRequestBuilder.PostRequestConfiguration> requestConfiguration) Create new navigation property to footprints for places- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
FootprintMap - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Get a list of footprintMap objects for building footprints and their properties.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<FootprintsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get a list of footprintMap objects for building footprints and their properties.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toPostRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPostRequestInformation(@Nonnull FootprintMap body) Create new navigation property to footprints for places- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPostRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPostRequestInformation(@Nonnull FootprintMap body, @Nullable Consumer<FootprintsRequestBuilder.PostRequestConfiguration> requestConfiguration) Create new navigation property to footprints for places- Parameters:
body- The request bodyrequestConfiguration- 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
FootprintsRequestBuilder
-