Uses of Class
com.oracle.bmc.devops.requests.SyncRepositoryRequest
- 
Packages that use SyncRepositoryRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests 
- 
- 
Uses of SyncRepositoryRequest in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops with parameters of type SyncRepositoryRequest Modifier and Type Method Description SyncRepositoryResponseDevops. syncRepository(SyncRepositoryRequest request)Synchronize a forked repository to the latest versionFuture<SyncRepositoryResponse>DevopsAsync. syncRepository(SyncRepositoryRequest request, AsyncHandler<SyncRepositoryRequest,SyncRepositoryResponse> handler)Synchronize a forked repository to the latest versionFuture<SyncRepositoryResponse>DevopsAsyncClient. syncRepository(SyncRepositoryRequest request, AsyncHandler<SyncRepositoryRequest,SyncRepositoryResponse> handler)SyncRepositoryResponseDevopsClient. syncRepository(SyncRepositoryRequest request)Method parameters in com.oracle.bmc.devops with type arguments of type SyncRepositoryRequest Modifier and Type Method Description Future<SyncRepositoryResponse>DevopsAsync. syncRepository(SyncRepositoryRequest request, AsyncHandler<SyncRepositoryRequest,SyncRepositoryResponse> handler)Synchronize a forked repository to the latest versionFuture<SyncRepositoryResponse>DevopsAsyncClient. syncRepository(SyncRepositoryRequest request, AsyncHandler<SyncRepositoryRequest,SyncRepositoryResponse> handler)
- 
Uses of SyncRepositoryRequest in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return SyncRepositoryRequest Modifier and Type Method Description SyncRepositoryRequestSyncRepositoryRequest.Builder. build()Build the instance of SyncRepositoryRequest as configured by this builderSyncRepositoryRequestSyncRepositoryRequest.Builder. buildWithoutInvocationCallback()Build the instance of SyncRepositoryRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type SyncRepositoryRequest Modifier and Type Method Description SyncRepositoryRequest.BuilderSyncRepositoryRequest.Builder. copy(SyncRepositoryRequest o)Copy method to populate the builder with values from the given instance.
 
-