Uses of Class
com.oracle.bmc.marketplacepublisher.responses.GetTermVersionContentResponse
-
Packages that use GetTermVersionContentResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of GetTermVersionContentResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return GetTermVersionContentResponse Modifier and Type Method Description GetTermVersionContentResponse
MarketplacePublisher. getTermVersionContent(GetTermVersionContentRequest request)
Gets a Term Version content by the identifier.GetTermVersionContentResponse
MarketplacePublisherClient. getTermVersionContent(GetTermVersionContentRequest request)
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type GetTermVersionContentResponse Modifier and Type Method Description Future<GetTermVersionContentResponse>
MarketplacePublisherAsync. getTermVersionContent(GetTermVersionContentRequest request, AsyncHandler<GetTermVersionContentRequest,GetTermVersionContentResponse> handler)
Gets a Term Version content by the identifier.Future<GetTermVersionContentResponse>
MarketplacePublisherAsyncClient. getTermVersionContent(GetTermVersionContentRequest request, AsyncHandler<GetTermVersionContentRequest,GetTermVersionContentResponse> handler)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type GetTermVersionContentResponse Modifier and Type Method Description Future<GetTermVersionContentResponse>
MarketplacePublisherAsync. getTermVersionContent(GetTermVersionContentRequest request, AsyncHandler<GetTermVersionContentRequest,GetTermVersionContentResponse> handler)
Gets a Term Version content by the identifier.Future<GetTermVersionContentResponse>
MarketplacePublisherAsyncClient. getTermVersionContent(GetTermVersionContentRequest request, AsyncHandler<GetTermVersionContentRequest,GetTermVersionContentResponse> handler)
-
Uses of GetTermVersionContentResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return GetTermVersionContentResponse Modifier and Type Method Description GetTermVersionContentResponse
GetTermVersionContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type GetTermVersionContentResponse Modifier and Type Method Description GetTermVersionContentResponse.Builder
GetTermVersionContentResponse.Builder. copy(GetTermVersionContentResponse o)
Copy method to populate the builder with values from the given instance.
-