Package com.microsoft.graph.identity.b2xuserflows.item.apiconnectorconfiguration.postattributecollection
Class PostAttributeCollectionRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identity.b2xuserflows.item.apiconnectorconfiguration.postattributecollection.PostAttributeCollectionRequestBuilder
@Generated("com.microsoft.kiota")
public class PostAttributeCollectionRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the postAttributeCollection property of the microsoft.graph.userFlowApiConnectorConfiguration entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration for the request such as headers, query parameters, and middleware options.classGet postAttributeCollection from identityclassConfiguration 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
ConstructorsConstructorDescriptionPostAttributeCollectionRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newPostAttributeCollectionRequestBuilderand sets the default values.PostAttributeCollectionRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newPostAttributeCollectionRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Delete navigation property postAttributeCollection for identityvoiddelete(Consumer<PostAttributeCollectionRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property postAttributeCollection for identityget()Get postAttributeCollection from identityget(Consumer<PostAttributeCollectionRequestBuilder.GetRequestConfiguration> requestConfiguration) Get postAttributeCollection from identitypatch(IdentityApiConnector body) Update the navigation property postAttributeCollection in identitypatch(IdentityApiConnector body, Consumer<PostAttributeCollectionRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property postAttributeCollection in identityref()Provides operations to manage the collection of identityContainer entities.com.microsoft.kiota.RequestInformationDelete navigation property postAttributeCollection for identitycom.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<PostAttributeCollectionRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property postAttributeCollection for identitycom.microsoft.kiota.RequestInformationGet postAttributeCollection from identitycom.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<PostAttributeCollectionRequestBuilder.GetRequestConfiguration> requestConfiguration) Get postAttributeCollection from identitycom.microsoft.kiota.RequestInformationUpdate the navigation property postAttributeCollection in identitycom.microsoft.kiota.RequestInformationtoPatchRequestInformation(IdentityApiConnector body, Consumer<PostAttributeCollectionRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property postAttributeCollection in identityProvides operations to call the uploadClientCertificate method.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
PostAttributeCollectionRequestBuilder
public PostAttributeCollectionRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newPostAttributeCollectionRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
PostAttributeCollectionRequestBuilder
public PostAttributeCollectionRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newPostAttributeCollectionRequestBuilderand 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
-
ref
Provides operations to manage the collection of identityContainer entities.- Returns:
- a
RefRequestBuilder
-
uploadClientCertificate
Provides operations to call the uploadClientCertificate method.- Returns:
- a
UploadClientCertificateRequestBuilder
-
delete
public void delete()Delete navigation property postAttributeCollection for identity- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
delete
public void delete(@Nullable Consumer<PostAttributeCollectionRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property postAttributeCollection for identity- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
Get postAttributeCollection from identity- Returns:
- a
IdentityApiConnector - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public IdentityApiConnector get(@Nullable Consumer<PostAttributeCollectionRequestBuilder.GetRequestConfiguration> requestConfiguration) Get postAttributeCollection from identity- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
IdentityApiConnector - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
Update the navigation property postAttributeCollection in identity- Parameters:
body- The request body- Returns:
- a
IdentityApiConnector - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
@Nullable public IdentityApiConnector patch(@Nonnull IdentityApiConnector body, @Nullable Consumer<PostAttributeCollectionRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property postAttributeCollection in identity- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
IdentityApiConnector - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete navigation property postAttributeCollection for identity- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<PostAttributeCollectionRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property postAttributeCollection for identity- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Get postAttributeCollection from identity- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<PostAttributeCollectionRequestBuilder.GetRequestConfiguration> requestConfiguration) Get postAttributeCollection from identity- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull IdentityApiConnector body) Update the navigation property postAttributeCollection in identity- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull IdentityApiConnector body, @Nullable Consumer<PostAttributeCollectionRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property postAttributeCollection in identity- 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
PostAttributeCollectionRequestBuilder
-