Class InReplyToRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.groups.item.conversations.item.threads.item.posts.item.inreplyto.InReplyToRequestBuilder
@Generated("com.microsoft.kiota")
public class InReplyToRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the inReplyTo property of the microsoft.graph.post entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassRead-only.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
ConstructorsConstructorDescriptionInReplyToRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newInReplyToRequestBuilderand sets the default values.InReplyToRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newInReplyToRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionProvides operations to manage the attachments property of the microsoft.graph.post entity.Provides operations to manage the extensions property of the microsoft.graph.post entity.forward()Provides operations to call the forward method.get()Read-only.get(Consumer<InReplyToRequestBuilder.GetRequestConfiguration> requestConfiguration) Read-only.reply()Provides operations to call the reply method.com.microsoft.kiota.RequestInformationRead-only.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<InReplyToRequestBuilder.GetRequestConfiguration> requestConfiguration) Read-only.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
InReplyToRequestBuilder
public InReplyToRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newInReplyToRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
InReplyToRequestBuilder
public InReplyToRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newInReplyToRequestBuilderand 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
-
attachments
Provides operations to manage the attachments property of the microsoft.graph.post entity.- Returns:
- a
AttachmentsRequestBuilder
-
extensions
Provides operations to manage the extensions property of the microsoft.graph.post entity.- Returns:
- a
ExtensionsRequestBuilder
-
forward
Provides operations to call the forward method.- Returns:
- a
ForwardRequestBuilder
-
reply
Provides operations to call the reply method.- Returns:
- a
ReplyRequestBuilder
-
get
Read-only. Supports $expand.- Returns:
- a
Post - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public Post get(@Nullable Consumer<InReplyToRequestBuilder.GetRequestConfiguration> requestConfiguration) Read-only. Supports $expand.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
Post - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Read-only. Supports $expand.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<InReplyToRequestBuilder.GetRequestConfiguration> requestConfiguration) Read-only. Supports $expand.- 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
InReplyToRequestBuilder
-