Class AsyncRawComplianceDocumentsClient


  • public class AsyncRawComplianceDocumentsClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncRawComplianceDocumentsClient

        public AsyncRawComplianceDocumentsClient​(ClientOptions clientOptions)
    • Method Detail

      • listV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.util.List<DriverComplianceDocument1>>> listV1​(java.lang.String driverId)
        Lists compliance documents for one driver in the caller's provider organization. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (list[DriverComplianceDocument1])
      • listV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.util.List<DriverComplianceDocument1>>> listV1​(java.lang.String driverId,
                                                                                                                             RequestOptions requestOptions)
        Lists compliance documents for one driver in the caller's provider organization. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (list[DriverComplianceDocument1])
      • getV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<DriverComplianceDocument1>> getV1​(java.lang.String driverComplianceDocumentId)
        Retrieves one driver compliance document in the caller's provider organization. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (DriverComplianceDocument1)
      • getV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<DriverComplianceDocument1>> getV1​(java.lang.String driverComplianceDocumentId,
                                                                                                            RequestOptions requestOptions)
        Retrieves one driver compliance document in the caller's provider organization. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (DriverComplianceDocument1)
      • createV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<DriverComplianceDocument1>> createV1​(java.lang.String driverId,
                                                                                                               DriverComplianceDocumentClientCreate1 request)
        Creates a compliance document record for a driver in the caller's provider organization. | authz: allowed_org_types=[provider], min_org_role=administrator | (DriverComplianceDocumentClientCreate1) -> (DriverComplianceDocument1)
      • updateV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<DriverComplianceDocument1>> updateV1​(java.lang.String driverComplianceDocumentId)
        Updates a driver compliance document in the caller's provider organization. | authz: allowed_org_types=[provider], min_org_role=administrator | (DriverComplianceDocumentClientUpdate1) -> (DriverComplianceDocument1)
      • updateV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<DriverComplianceDocument1>> updateV1​(java.lang.String driverComplianceDocumentId,
                                                                                                               DriverComplianceDocumentClientUpdate1 request)
        Updates a driver compliance document in the caller's provider organization. | authz: allowed_org_types=[provider], min_org_role=administrator | (DriverComplianceDocumentClientUpdate1) -> (DriverComplianceDocument1)