Class ManifestItemRequestBuilder

java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.reports.partners.billing.manifests.item.ManifestItemRequestBuilder

@Generated("com.microsoft.kiota") public class ManifestItemRequestBuilder extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the manifests property of the microsoft.graph.partners.billing.billing entity.
  • Constructor Details

    • ManifestItemRequestBuilder

      public ManifestItemRequestBuilder(@Nonnull HashMap<String,Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter)
      Instantiates a new ManifestItemRequestBuilder and sets the default values.
      Parameters:
      pathParameters - Path parameters for the request
      requestAdapter - The request adapter to use to execute the requests.
    • ManifestItemRequestBuilder

      public ManifestItemRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter)
      Instantiates a new ManifestItemRequestBuilder and 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

    • delete

      public void delete()
      Delete navigation property manifests for reports
      Throws:
      ODataError - When receiving a 4XX or 5XX status code
    • delete

      public void delete(@Nullable Consumer<ManifestItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration)
      Delete navigation property manifests for reports
      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

      @Nullable public Manifest get()
      Read the properties and relationships of a manifest object.
      Returns:
      a Manifest
      Throws:
      ODataError - When receiving a 4XX or 5XX status code
      See Also:
    • get

      @Nullable public Manifest get(@Nullable Consumer<ManifestItemRequestBuilder.GetRequestConfiguration> requestConfiguration)
      Read the properties and relationships of a manifest object.
      Parameters:
      requestConfiguration - Configuration for the request such as headers, query parameters, and middleware options.
      Returns:
      a Manifest
      Throws:
      ODataError - When receiving a 4XX or 5XX status code
      See Also:
    • patch

      @Nullable public Manifest patch(@Nonnull Manifest body)
      Update the navigation property manifests in reports
      Parameters:
      body - The request body
      Returns:
      a Manifest
      Throws:
      ODataError - When receiving a 4XX or 5XX status code
    • patch

      @Nullable public Manifest patch(@Nonnull Manifest body, @Nullable Consumer<ManifestItemRequestBuilder.PatchRequestConfiguration> requestConfiguration)
      Update the navigation property manifests in reports
      Parameters:
      body - The request body
      requestConfiguration - Configuration for the request such as headers, query parameters, and middleware options.
      Returns:
      a Manifest
      Throws:
      ODataError - When receiving a 4XX or 5XX status code
    • toDeleteRequestInformation

      @Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()
      Delete navigation property manifests for reports
      Returns:
      a RequestInformation
    • toDeleteRequestInformation

      @Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<ManifestItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration)
      Delete navigation property manifests for reports
      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()
      Read the properties and relationships of a manifest object.
      Returns:
      a RequestInformation
    • toGetRequestInformation

      @Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<ManifestItemRequestBuilder.GetRequestConfiguration> requestConfiguration)
      Read the properties and relationships of a manifest object.
      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 Manifest body)
      Update the navigation property manifests in reports
      Parameters:
      body - The request body
      Returns:
      a RequestInformation
    • toPatchRequestInformation

      @Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull Manifest body, @Nullable Consumer<ManifestItemRequestBuilder.PatchRequestConfiguration> requestConfiguration)
      Update the navigation property manifests in reports
      Parameters:
      body - The request body
      requestConfiguration - Configuration for the request such as headers, query parameters, and middleware options.
      Returns:
      a RequestInformation
    • withUrl

      @Nonnull public ManifestItemRequestBuilder withUrl(@Nonnull String rawUrl)
      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 ManifestItemRequestBuilder