@Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public interface MarketplacePublisherAsync extends AutoCloseable
Use the Marketplace Publisher API to manage the publishing of applications in Oracle Cloud Infrastructure Marketplace.
close
void refreshClient()
Rebuilds the client from scratch. Useful to refresh certificates.
void setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
endpoint
- The endpoint of the serice.String getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
void setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).
Note, this will call setEndpoint
after resolving the
endpoint. If the service is not available in this region, however, an
IllegalArgumentException will be raised.
region
- The region of the service.void setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).
Note, this will first try to map the region ID to a known Region and call setRegion
.
If no known Region could be determined, it will create an endpoint based on the default
endpoint format (Region.formatDefaultRegionEndpoint(Service, String)
and then call setEndpoint
.
regionId
- The public region ID.void useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)
Determines whether realm specific endpoint should be used or not. Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false”
realmSpecificEndpointTemplateEnabled
- flag to enable the use of realm specific endpoint
templateFuture<ActivateTermVersionResponse> activateTermVersion(ActivateTermVersionRequest request, AsyncHandler<ActivateTermVersionRequest,ActivateTermVersionResponse> handler)
Mark the Term Version identified by the id as active
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CancelWorkRequestResponse> cancelWorkRequest(CancelWorkRequestRequest request, AsyncHandler<CancelWorkRequestRequest,CancelWorkRequestResponse> handler)
Cancels the work request with the given ID.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CascadingDeleteListingResponse> cascadingDeleteListing(CascadingDeleteListingRequest request, AsyncHandler<CascadingDeleteListingRequest,CascadingDeleteListingResponse> handler)
Cascade delete the listing and its subresources.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CascadingDeleteListingRevisionResponse> cascadingDeleteListingRevision(CascadingDeleteListingRevisionRequest request, AsyncHandler<CascadingDeleteListingRevisionRequest,CascadingDeleteListingRevisionResponse> handler)
Cascade delete listing revision and its subresources.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ChangeArtifactCompartmentResponse> changeArtifactCompartment(ChangeArtifactCompartmentRequest request, AsyncHandler<ChangeArtifactCompartmentRequest,ChangeArtifactCompartmentResponse> handler)
Moves the specified artifact to the specified compartment within the same tenancy.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ChangeListingCompartmentResponse> changeListingCompartment(ChangeListingCompartmentRequest request, AsyncHandler<ChangeListingCompartmentRequest,ChangeListingCompartmentResponse> handler)
Moves a listing from one compartment to another
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ChangeListingRevisionToNewStatusResponse> changeListingRevisionToNewStatus(ChangeListingRevisionToNewStatusRequest request, AsyncHandler<ChangeListingRevisionToNewStatusRequest,ChangeListingRevisionToNewStatusResponse> handler)
Updates the Listing Revision to New status
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ChangeTermCompartmentResponse> changeTermCompartment(ChangeTermCompartmentRequest request, AsyncHandler<ChangeTermCompartmentRequest,ChangeTermCompartmentResponse> handler)
Moves a term from one compartment to another
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CloneListingRevisionResponse> cloneListingRevision(CloneListingRevisionRequest request, AsyncHandler<CloneListingRevisionRequest,CloneListingRevisionResponse> handler)
Clone the published/withdrawn Listing Revision identified by the identifier.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateArtifactResponse> createArtifact(CreateArtifactRequest request, AsyncHandler<CreateArtifactRequest,CreateArtifactResponse> handler)
Creates a new artifact in your compartment. You must specify your compartment ID in the request object.
You must also specify a *name* for the artifact(although it can be an empty string). It
does not have to be unique, and you can change it anytime with updateArtifact
..
You must also specify a *artifactType* for the artifact. Allowed values are CONTAINER_IMAGE and HELM_CHART
You must also provide the container or helm chart registry details for the corresponding images. Oracle container registry details (Registry/Concepts/registryoverview.htm).
After you send your request, the new object's `status` will temporarily be IN_PROGRESS and `lifecycleState` will be CREATING. Before using the object, first make sure its `lifecycleState` has changed to ACTIVE and the status has changed to ‘AVAILABLE’ for the new Artifact.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateListingResponse> createListing(CreateListingRequest request, AsyncHandler<CreateListingRequest,CreateListingResponse> handler)
Creates a new listing in your compartment. You must specify your compartment ID in the request object.
You must also specify a *name* for the listing and cannot be updated later.
You must also specify a *packageType* for the listing. Allowed values are CONTAINER_IMAGE and HELM_CHART
After you send your request, the new object's `lifecycleState` will be CREATING. Before using the object, first make sure its `lifecycleState` has changed to ACTIVE.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateListingRevisionResponse> createListingRevision(CreateListingRevisionRequest request, AsyncHandler<CreateListingRevisionRequest,CreateListingRevisionResponse> handler)
Creates a new Listing Revision.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateListingRevisionAttachmentResponse> createListingRevisionAttachment(CreateListingRevisionAttachmentRequest request, AsyncHandler<CreateListingRevisionAttachmentRequest,CreateListingRevisionAttachmentResponse> handler)
Creates a new listing revision attachment.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateListingRevisionNoteResponse> createListingRevisionNote(CreateListingRevisionNoteRequest request, AsyncHandler<CreateListingRevisionNoteRequest,CreateListingRevisionNoteResponse> handler)
Creates a new Listing Revision Note.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateListingRevisionPackageResponse> createListingRevisionPackage(CreateListingRevisionPackageRequest request, AsyncHandler<CreateListingRevisionPackageRequest,CreateListingRevisionPackageResponse> handler)
Creates a new Listing Revision Package.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateTermResponse> createTerm(CreateTermRequest request, AsyncHandler<CreateTermRequest,CreateTermResponse> handler)
Creates a new Term.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateTermVersionResponse> createTermVersion(CreateTermVersionRequest request, AsyncHandler<CreateTermVersionRequest,CreateTermVersionResponse> handler)
Creates a new Term Version.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteArtifactResponse> deleteArtifact(DeleteArtifactRequest request, AsyncHandler<DeleteArtifactRequest,DeleteArtifactResponse> handler)
Deletes the specified artifact.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteListingResponse> deleteListing(DeleteListingRequest request, AsyncHandler<DeleteListingRequest,DeleteListingResponse> handler)
Deletes a listing by the identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteListingRevisionResponse> deleteListingRevision(DeleteListingRevisionRequest request, AsyncHandler<DeleteListingRevisionRequest,DeleteListingRevisionResponse> handler)
Deletes a listing by the identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteListingRevisionAttachmentResponse> deleteListingRevisionAttachment(DeleteListingRevisionAttachmentRequest request, AsyncHandler<DeleteListingRevisionAttachmentRequest,DeleteListingRevisionAttachmentResponse> handler)
Deletes a listing revision attachment by the identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteListingRevisionNoteResponse> deleteListingRevisionNote(DeleteListingRevisionNoteRequest request, AsyncHandler<DeleteListingRevisionNoteRequest,DeleteListingRevisionNoteResponse> handler)
Deletes a listing revision note by the identifier.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteListingRevisionPackageResponse> deleteListingRevisionPackage(DeleteListingRevisionPackageRequest request, AsyncHandler<DeleteListingRevisionPackageRequest,DeleteListingRevisionPackageResponse> handler)
Deletes a listing revision package by the identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteTermResponse> deleteTerm(DeleteTermRequest request, AsyncHandler<DeleteTermRequest,DeleteTermResponse> handler)
Deletes a Term by the identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteTermVersionResponse> deleteTermVersion(DeleteTermVersionRequest request, AsyncHandler<DeleteTermVersionRequest,DeleteTermVersionResponse> handler)
Deletes a Term by the identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetArtifactResponse> getArtifact(GetArtifactRequest request, AsyncHandler<GetArtifactRequest,GetArtifactResponse> handler)
Gets the specified artifact’s information.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetCategoryResponse> getCategory(GetCategoryRequest request, AsyncHandler<GetCategoryRequest,GetCategoryResponse> handler)
Gets the specified category’s information.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetListingResponse> getListing(GetListingRequest request, AsyncHandler<GetListingRequest,GetListingResponse> handler)
Gets the details for a listing.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetListingRevisionResponse> getListingRevision(GetListingRevisionRequest request, AsyncHandler<GetListingRevisionRequest,GetListingRevisionResponse> handler)
Gets the details for a listing revision.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetListingRevisionAttachmentResponse> getListingRevisionAttachment(GetListingRevisionAttachmentRequest request, AsyncHandler<GetListingRevisionAttachmentRequest,GetListingRevisionAttachmentResponse> handler)
Get the details of the specified listing revision attachment.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetListingRevisionNoteResponse> getListingRevisionNote(GetListingRevisionNoteRequest request, AsyncHandler<GetListingRevisionNoteRequest,GetListingRevisionNoteResponse> handler)
Get note details by the identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetListingRevisionPackageResponse> getListingRevisionPackage(GetListingRevisionPackageRequest request, AsyncHandler<GetListingRevisionPackageRequest,GetListingRevisionPackageResponse> handler)
Get the details of the specified version of a package.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetMarketResponse> getMarket(GetMarketRequest request, AsyncHandler<GetMarketRequest,GetMarketResponse> handler)
Gets the specified market’s information.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetProductResponse> getProduct(GetProductRequest request, AsyncHandler<GetProductRequest,GetProductResponse> handler)
Gets a Product by code identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetPublisherResponse> getPublisher(GetPublisherRequest request, AsyncHandler<GetPublisherRequest,GetPublisherResponse> handler)
Gets a Publisher by identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetTermResponse> getTerm(GetTermRequest request, AsyncHandler<GetTermRequest,GetTermResponse> handler)
Gets a Term by identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetTermVersionResponse> getTermVersion(GetTermVersionRequest request, AsyncHandler<GetTermVersionRequest,GetTermVersionResponse> handler)
Gets a Term Version by the identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetWorkRequestResponse> getWorkRequest(GetWorkRequestRequest request, AsyncHandler<GetWorkRequestRequest,GetWorkRequestResponse> handler)
Gets details of the work request with the given ID.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListArtifactsResponse> listArtifacts(ListArtifactsRequest request, AsyncHandler<ListArtifactsRequest,ListArtifactsResponse> handler)
Lists the artifacts in your compartment. You must specify your compartment’s OCID as the value for the compartment ID. For information about OCIDs, see Resource Identifiers (Content/General/Concepts/identifiers.htm).
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListCategoriesResponse> listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)
Lists the categories in your compartment. You must specify your compartment’s OCID as the value for the compartment ID. For information about OCIDs, see Resource Identifiers (Content/General/Concepts/identifiers.htm).
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListListingRevisionAttachmentsResponse> listListingRevisionAttachments(ListListingRevisionAttachmentsRequest request, AsyncHandler<ListListingRevisionAttachmentsRequest,ListListingRevisionAttachmentsResponse> handler)
Gets the list of attachments for a listing revision in a compartment
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListListingRevisionNotesResponse> listListingRevisionNotes(ListListingRevisionNotesRequest request, AsyncHandler<ListListingRevisionNotesRequest,ListListingRevisionNotesResponse> handler)
Gets the list of notes for a listing revision.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListListingRevisionPackagesResponse> listListingRevisionPackages(ListListingRevisionPackagesRequest request, AsyncHandler<ListListingRevisionPackagesRequest,ListListingRevisionPackagesResponse> handler)
Gets the list of packages for a listing revision.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListListingRevisionsResponse> listListingRevisions(ListListingRevisionsRequest request, AsyncHandler<ListListingRevisionsRequest,ListListingRevisionsResponse> handler)
Lists the list of listing revisions for a specific listing ID, compartment ID or listing revision status.
You can specify your compartment's OCID as the value for the compartment ID. For information about OCIDs, see Resource Identifiers (Content/General/Concepts/identifiers.htm).
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListListingsResponse> listListings(ListListingsRequest request, AsyncHandler<ListListingsRequest,ListListingsResponse> handler)
Lists the listings in your compartment. You must specify your compartment’s OCID as the value for the compartment ID. For information about OCIDs, see Resource Identifiers (Content/General/Concepts/identifiers.htm).
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListMarketsResponse> listMarkets(ListMarketsRequest request, AsyncHandler<ListMarketsRequest,ListMarketsResponse> handler)
Lists the markets in your compartment. You must specify your compartment’s OCID as the value for the compartment ID. For information about OCIDs, see Resource Identifiers (Content/General/Concepts/identifiers.htm).
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListProductsResponse> listProducts(ListProductsRequest request, AsyncHandler<ListProductsRequest,ListProductsResponse> handler)
Lists the products in your compartment. You must specify your compartment’s OCID as the value for the compartment ID. For information about OCIDs, see Resource Identifiers (Content/General/Concepts/identifiers.htm).
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListPublishersResponse> listPublishers(ListPublishersRequest request, AsyncHandler<ListPublishersRequest,ListPublishersResponse> handler)
Returns a list of publishers.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListTermVersionsResponse> listTermVersions(ListTermVersionsRequest request, AsyncHandler<ListTermVersionsRequest,ListTermVersionsResponse> handler)
Returns a list of the publisher term versions.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListTermsResponse> listTerms(ListTermsRequest request, AsyncHandler<ListTermsRequest,ListTermsResponse> handler)
Returns a list of the publisher terms.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListWorkRequestErrorsResponse> listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Returns a (paginated) list of errors for the work request with the given ID.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListWorkRequestLogsResponse> listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)
Returns a (paginated) list of logs for the work request with the given ID.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListWorkRequestsResponse> listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
Lists the work requests in a compartment.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<MarkListingRevisionPackageAsDefaultResponse> markListingRevisionPackageAsDefault(MarkListingRevisionPackageAsDefaultRequest request, AsyncHandler<MarkListingRevisionPackageAsDefaultRequest,MarkListingRevisionPackageAsDefaultResponse> handler)
Mark the Listing Revision Package identified by the id and package version as default
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<PublishListingRevisionResponse> publishListingRevision(PublishListingRevisionRequest request, AsyncHandler<PublishListingRevisionRequest,PublishListingRevisionResponse> handler)
Publish the Listing revision identified by Identifier.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<PublishListingRevisionAsPrivateResponse> publishListingRevisionAsPrivate(PublishListingRevisionAsPrivateRequest request, AsyncHandler<PublishListingRevisionAsPrivateRequest,PublishListingRevisionAsPrivateResponse> handler)
Updates the Listing Revision to PublishAsPrivate
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<PublishListingRevisionPackageResponse> publishListingRevisionPackage(PublishListingRevisionPackageRequest request, AsyncHandler<PublishListingRevisionPackageRequest,PublishListingRevisionPackageResponse> handler)
Updates the Listing Revision Package to publish status
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<SubmitListingRevisionForReviewResponse> submitListingRevisionForReview(SubmitListingRevisionForReviewRequest request, AsyncHandler<SubmitListingRevisionForReviewRequest,SubmitListingRevisionForReviewResponse> handler)
Update the Listing Revision identified by the id for review
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UnPublishListingRevisionPackageResponse> unPublishListingRevisionPackage(UnPublishListingRevisionPackageRequest request, AsyncHandler<UnPublishListingRevisionPackageRequest,UnPublishListingRevisionPackageResponse> handler)
Updates the Listing Revision Package to Unpublish status
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateArtifactResponse> updateArtifact(UpdateArtifactRequest request, AsyncHandler<UpdateArtifactRequest,UpdateArtifactResponse> handler)
Updates the specified artifact identified by the id.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateListingResponse> updateListing(UpdateListingRequest request, AsyncHandler<UpdateListingRequest,UpdateListingResponse> handler)
Updates the specified Listing identified by the id.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateListingRevisionResponse> updateListingRevision(UpdateListingRevisionRequest request, AsyncHandler<UpdateListingRevisionRequest,UpdateListingRevisionResponse> handler)
Updates the Listing Revision
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateListingRevisionAttachmentResponse> updateListingRevisionAttachment(UpdateListingRevisionAttachmentRequest request, AsyncHandler<UpdateListingRevisionAttachmentRequest,UpdateListingRevisionAttachmentResponse> handler)
Updates the Listing Revision Attachment
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateListingRevisionAttachmentContentResponse> updateListingRevisionAttachmentContent(UpdateListingRevisionAttachmentContentRequest request, AsyncHandler<UpdateListingRevisionAttachmentContentRequest,UpdateListingRevisionAttachmentContentResponse> handler)
Update a file to listing revision attachment
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateListingRevisionIconContentResponse> updateListingRevisionIconContent(UpdateListingRevisionIconContentRequest request, AsyncHandler<UpdateListingRevisionIconContentRequest,UpdateListingRevisionIconContentResponse> handler)
Updates the Listing Revision
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateListingRevisionPackageResponse> updateListingRevisionPackage(UpdateListingRevisionPackageRequest request, AsyncHandler<UpdateListingRevisionPackageRequest,UpdateListingRevisionPackageResponse> handler)
Updates the Listing Revision Package.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateTermResponse> updateTerm(UpdateTermRequest request, AsyncHandler<UpdateTermRequest,UpdateTermResponse> handler)
Updates the Term
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateTermVersionResponse> updateTermVersion(UpdateTermVersionRequest request, AsyncHandler<UpdateTermVersionRequest,UpdateTermVersionResponse> handler)
Updates the Term Version
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateTermVersionContentResponse> updateTermVersionContent(UpdateTermVersionContentRequest request, AsyncHandler<UpdateTermVersionContentRequest,UpdateTermVersionContentResponse> handler)
Updates the Term Version attachment
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ValidateAndPublishArtifactResponse> validateAndPublishArtifact(ValidateAndPublishArtifactRequest request, AsyncHandler<ValidateAndPublishArtifactRequest,ValidateAndPublishArtifactResponse> handler)
Validate and publish artifact.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<WithdrawListingRevisionResponse> withdrawListingRevision(WithdrawListingRevisionRequest request, AsyncHandler<WithdrawListingRevisionRequest,WithdrawListingRevisionResponse> handler)
Update the Listing Revision identified by the id as Withdraw/UnPublished.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Copyright © 2016–2024. All rights reserved.