Class AsyncRawOffChrtProviderOrgClient
- java.lang.Object
-
- com.chrt.api.resources.orgs.offchrtproviderorg.AsyncRawOffChrtProviderOrgClient
-
public class AsyncRawOffChrtProviderOrgClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawOffChrtProviderOrgClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>>createV1(OffChrtProviderOrgClientCreate1 request)Creates an off-platform provider organization shell owned by the caller's org.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>>createV1(OffChrtProviderOrgClientCreate1 request, RequestOptions requestOptions)Creates an off-platform provider organization shell owned by the caller's org.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>>deleteByIdV1(java.lang.String id)Deletes an off-platform provider organization owned by the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>>deleteByIdV1(java.lang.String id, RequestOptions requestOptions)Deletes an off-platform provider organization owned by the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OffChrtProviderOrg1>>getByIdV1(java.lang.String id)Retrieves a specific off-platform provider organization by ID.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OffChrtProviderOrg1>>getByIdV1(java.lang.String id, RequestOptions requestOptions)Retrieves a specific off-platform provider organization by ID.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OffChrtProviderOrgListRes>>listV1()Lists all off-platform provider organizations created by the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OffChrtProviderOrgListRes>>listV1(OffChrtProviderOrgListV1Request request)Lists all off-platform provider organizations created by the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OffChrtProviderOrgListRes>>listV1(OffChrtProviderOrgListV1Request request, RequestOptions requestOptions)Lists all off-platform provider organizations created by the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>>updateByIdV1(java.lang.String id)Updates an existing off-platform provider organization owned by the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>>updateByIdV1(java.lang.String id, OffChrtProviderOrgClientUpdate1 request)Updates an existing off-platform provider organization owned by the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>>updateByIdV1(java.lang.String id, OffChrtProviderOrgClientUpdate1 request, RequestOptions requestOptions)Updates an existing off-platform provider organization owned by the caller's organization.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawOffChrtProviderOrgClient
public AsyncRawOffChrtProviderOrgClient(ClientOptions clientOptions)
-
-
Method Detail
-
createV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> createV1(OffChrtProviderOrgClientCreate1 request)
Creates an off-platform provider organization shell owned by the caller's org. Used for proxy bidding on Listings. | (OffChrtProviderOrgClientCreate1) -> (PydanticObjectId)
-
createV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> createV1(OffChrtProviderOrgClientCreate1 request, RequestOptions requestOptions)
Creates an off-platform provider organization shell owned by the caller's org. Used for proxy bidding on Listings. | (OffChrtProviderOrgClientCreate1) -> (PydanticObjectId)
-
listV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OffChrtProviderOrgListRes>> listV1()
Lists all off-platform provider organizations created by the caller's organization. Pagination only — no search/filter. | () -> (OffChrtProviderOrgListRes)
-
listV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OffChrtProviderOrgListRes>> listV1(OffChrtProviderOrgListV1Request request)
Lists all off-platform provider organizations created by the caller's organization. Pagination only — no search/filter. | () -> (OffChrtProviderOrgListRes)
-
listV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OffChrtProviderOrgListRes>> listV1(OffChrtProviderOrgListV1Request request, RequestOptions requestOptions)
Lists all off-platform provider organizations created by the caller's organization. Pagination only — no search/filter. | () -> (OffChrtProviderOrgListRes)
-
getByIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OffChrtProviderOrg1>> getByIdV1(java.lang.String id)
Retrieves a specific off-platform provider organization by ID. Scoped to the caller's org. | () -> (OffChrtProviderOrg1)
-
getByIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OffChrtProviderOrg1>> getByIdV1(java.lang.String id, RequestOptions requestOptions)
Retrieves a specific off-platform provider organization by ID. Scoped to the caller's org. | () -> (OffChrtProviderOrg1)
-
deleteByIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> deleteByIdV1(java.lang.String id)
Deletes an off-platform provider organization owned by the caller's organization. Live OrgBiddingGroups + Listings keep their snapshotted membership; deletion does not cascade. | () -> (bool)
-
deleteByIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> deleteByIdV1(java.lang.String id, RequestOptions requestOptions)
Deletes an off-platform provider organization owned by the caller's organization. Live OrgBiddingGroups + Listings keep their snapshotted membership; deletion does not cascade. | () -> (bool)
-
updateByIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> updateByIdV1(java.lang.String id)
Updates an existing off-platform provider organization owned by the caller's organization. | (OffChrtProviderOrgClientUpdate1) -> (bool)
-
updateByIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> updateByIdV1(java.lang.String id, OffChrtProviderOrgClientUpdate1 request)
Updates an existing off-platform provider organization owned by the caller's organization. | (OffChrtProviderOrgClientUpdate1) -> (bool)
-
updateByIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> updateByIdV1(java.lang.String id, OffChrtProviderOrgClientUpdate1 request, RequestOptions requestOptions)
Updates an existing off-platform provider organization owned by the caller's organization. | (OffChrtProviderOrgClientUpdate1) -> (bool)
-
-