Uses of Class
com.oracle.bmc.devops.requests.ListAuthorsRequest
-
Packages that use ListAuthorsRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of ListAuthorsRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type ListAuthorsRequest Modifier and Type Method Description ListAuthorsResponseDevops. listAuthors(ListAuthorsRequest request)Retrieve a list of all the authors.Future<ListAuthorsResponse>DevopsAsync. listAuthors(ListAuthorsRequest request, AsyncHandler<ListAuthorsRequest,ListAuthorsResponse> handler)Retrieve a list of all the authors.Future<ListAuthorsResponse>DevopsAsyncClient. listAuthors(ListAuthorsRequest request, AsyncHandler<ListAuthorsRequest,ListAuthorsResponse> handler)ListAuthorsResponseDevopsClient. listAuthors(ListAuthorsRequest request)Iterable<RepositoryAuthorSummary>DevopsPaginators. listAuthorsRecordIterator(ListAuthorsRequest request)Creates a new iterable which will iterate over theRepositoryAuthorSummaryobjects contained in responses from the listAuthors operation.Iterable<ListAuthorsResponse>DevopsPaginators. listAuthorsResponseIterator(ListAuthorsRequest request)Creates a new iterable which will iterate over the responses received from the listAuthors operation.Method parameters in com.oracle.bmc.devops with type arguments of type ListAuthorsRequest Modifier and Type Method Description Future<ListAuthorsResponse>DevopsAsync. listAuthors(ListAuthorsRequest request, AsyncHandler<ListAuthorsRequest,ListAuthorsResponse> handler)Retrieve a list of all the authors.Future<ListAuthorsResponse>DevopsAsyncClient. listAuthors(ListAuthorsRequest request, AsyncHandler<ListAuthorsRequest,ListAuthorsResponse> handler) -
Uses of ListAuthorsRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListAuthorsRequest Modifier and Type Method Description ListAuthorsRequestListAuthorsRequest.Builder. build()Build the instance of ListAuthorsRequest as configured by this builderListAuthorsRequestListAuthorsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListAuthorsRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ListAuthorsRequest Modifier and Type Method Description ListAuthorsRequest.BuilderListAuthorsRequest.Builder. copy(ListAuthorsRequest o)Copy method to populate the builder with values from the given instance.
-