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 ListAuthorsResponse
Devops. 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)
ListAuthorsResponse
DevopsClient. listAuthors(ListAuthorsRequest request)
Iterable<RepositoryAuthorSummary>
DevopsPaginators. listAuthorsRecordIterator(ListAuthorsRequest request)
Creates a new iterable which will iterate over theRepositoryAuthorSummary
objects 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 ListAuthorsRequest
ListAuthorsRequest.Builder. build()
Build the instance of ListAuthorsRequest as configured by this builderListAuthorsRequest
ListAuthorsRequest.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.Builder
ListAuthorsRequest.Builder. copy(ListAuthorsRequest o)
Copy method to populate the builder with values from the given instance.
-