Class GetByPathWithPathRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.groups.item.sites.item.getbypathwithpath.GetByPathWithPathRequestBuilder
@Generated("com.microsoft.kiota")
public class GetByPathWithPathRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to call the getByPath method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration 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
ConstructorsConstructorDescriptionGetByPathWithPathRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newGetByPathWithPathRequestBuilderand sets the default values.GetByPathWithPathRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter, String path) Instantiates a newGetByPathWithPathRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionProvides operations to manage the analytics property of the microsoft.graph.site entity.columns()Provides operations to manage the columns property of the microsoft.graph.site entity.Provides operations to manage the contentTypes property of the microsoft.graph.site entity.Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity.drive()Provides operations to manage the drive property of the microsoft.graph.site entity.drives()Provides operations to manage the drives property of the microsoft.graph.site entity.Provides operations to manage the externalColumns property of the microsoft.graph.site entity.get()Invoke function getByPathget(Consumer<GetByPathWithPathRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function getByPathProvides operations to call the getActivitiesByInterval method.getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval(String endDateTime, String interval, String startDateTime) Provides operations to call the getActivitiesByInterval method.Provides operations to call the getApplicableContentTypesForList method.items()Provides operations to manage the items property of the microsoft.graph.site entity.Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity.lists()Provides operations to manage the lists property of the microsoft.graph.site entity.onenote()Provides operations to manage the onenote property of the microsoft.graph.site entity.Provides operations to manage the operations property of the microsoft.graph.site entity.pages()Provides operations to manage the pages property of the microsoft.graph.site entity.Provides operations to manage the permissions property of the microsoft.graph.site entity.sites()Provides operations to manage the sites property of the microsoft.graph.site entity.Provides operations to manage the termStore property of the microsoft.graph.site entity.Provides operations to manage the termStores property of the microsoft.graph.site entity.com.microsoft.kiota.RequestInformationInvoke function getByPathcom.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<GetByPathWithPathRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function getByPathReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
GetByPathWithPathRequestBuilder
public GetByPathWithPathRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter, @Nullable String path) Instantiates a newGetByPathWithPathRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.path- Usage: path='{path}'
-
GetByPathWithPathRequestBuilder
public GetByPathWithPathRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newGetByPathWithPathRequestBuilderand 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
-
analytics
Provides operations to manage the analytics property of the microsoft.graph.site entity.- Returns:
- a
AnalyticsRequestBuilder
-
columns
Provides operations to manage the columns property of the microsoft.graph.site entity.- Returns:
- a
ColumnsRequestBuilder
-
contentTypes
Provides operations to manage the contentTypes property of the microsoft.graph.site entity.- Returns:
- a
ContentTypesRequestBuilder
-
createdByUser
Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity.- Returns:
- a
CreatedByUserRequestBuilder
-
drive
Provides operations to manage the drive property of the microsoft.graph.site entity.- Returns:
- a
DriveRequestBuilder
-
drives
Provides operations to manage the drives property of the microsoft.graph.site entity.- Returns:
- a
DrivesRequestBuilder
-
externalColumns
Provides operations to manage the externalColumns property of the microsoft.graph.site entity.- Returns:
- a
ExternalColumnsRequestBuilder
-
getActivitiesByInterval
Provides operations to call the getActivitiesByInterval method.- Returns:
- a
GetActivitiesByIntervalRequestBuilder
-
items
Provides operations to manage the items property of the microsoft.graph.site entity.- Returns:
- a
ItemsRequestBuilder
-
lastModifiedByUser
Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity.- Returns:
- a
LastModifiedByUserRequestBuilder
-
lists
Provides operations to manage the lists property of the microsoft.graph.site entity.- Returns:
- a
ListsRequestBuilder
-
onenote
Provides operations to manage the onenote property of the microsoft.graph.site entity.- Returns:
- a
OnenoteRequestBuilder
-
operations
Provides operations to manage the operations property of the microsoft.graph.site entity.- Returns:
- a
OperationsRequestBuilder
-
pages
Provides operations to manage the pages property of the microsoft.graph.site entity.- Returns:
- a
PagesRequestBuilder
-
permissions
Provides operations to manage the permissions property of the microsoft.graph.site entity.- Returns:
- a
PermissionsRequestBuilder
-
sites
Provides operations to manage the sites property of the microsoft.graph.site entity.- Returns:
- a
SitesRequestBuilder
-
termStore
Provides operations to manage the termStore property of the microsoft.graph.site entity.- Returns:
- a
TermStoreRequestBuilder
-
termStores
Provides operations to manage the termStores property of the microsoft.graph.site entity.- Returns:
- a
TermStoresRequestBuilder
-
get
Invoke function getByPath- Returns:
- a
Site - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public Site get(@Nullable Consumer<GetByPathWithPathRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function getByPath- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
Site - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval
@Nonnull public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval(@Nonnull String endDateTime, @Nonnull String interval, @Nonnull String startDateTime) Provides operations to call the getActivitiesByInterval method.- Parameters:
endDateTime- Usage: endDateTime='{endDateTime}'interval- Usage: interval='{interval}'startDateTime- Usage: startDateTime='{startDateTime}'- Returns:
- a
GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder
-
getApplicableContentTypesForListWithListId
@Nonnull public GetApplicableContentTypesForListWithListIdRequestBuilder getApplicableContentTypesForListWithListId(@Nonnull String listId) Provides operations to call the getApplicableContentTypesForList method.- Parameters:
listId- Usage: listId='{listId}'- Returns:
- a
GetApplicableContentTypesForListWithListIdRequestBuilder
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Invoke function getByPath- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<GetByPathWithPathRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function getByPath- 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
GetByPathWithPathRequestBuilder
-