Class ChrtGroundProviderRateSheetsClient
- java.lang.Object
-
- com.chrt.api.resources.billing.chrtgroundproviderratesheets.ChrtGroundProviderRateSheetsClient
-
public class ChrtGroundProviderRateSheetsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description ChrtGroundProviderRateSheetsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanarchiveV1(java.lang.String id)Archives a ChrtGroundProvider rate sheet (sets archived=True).booleanarchiveV1(java.lang.String id, RequestOptions requestOptions)Archives a ChrtGroundProvider rate sheet (sets archived=True).java.lang.StringcreateV1(ChrtGroundProviderRateSheetClientCreate1 request)Creates a ChrtGroundProvider rate sheet owned by the caller's org.java.lang.StringcreateV1(ChrtGroundProviderRateSheetClientCreate1 request, RequestOptions requestOptions)Creates a ChrtGroundProvider rate sheet owned by the caller's org.booleandeleteV1(java.lang.String id)Hard-deletes a ChrtGroundProvider rate sheet owned by the caller's org.booleandeleteV1(java.lang.String id, RequestOptions requestOptions)Hard-deletes a ChrtGroundProvider rate sheet owned by the caller's org.ChrtGroundProviderRateSheet1getByIdV1(java.lang.String id)Retrieves a specific ChrtGroundProvider rate sheet owned by the caller's organization.ChrtGroundProviderRateSheet1getByIdV1(java.lang.String id, RequestOptions requestOptions)Retrieves a specific ChrtGroundProvider rate sheet owned by the caller's organization.ChrtGroundProviderRateSheetListReslistV1()Lists all ChrtGroundProvider rate sheets owned by the caller's organization.ChrtGroundProviderRateSheetListReslistV1(ChrtGroundProviderRateSheetsListV1Request request)Lists all ChrtGroundProvider rate sheets owned by the caller's organization.ChrtGroundProviderRateSheetListReslistV1(ChrtGroundProviderRateSheetsListV1Request request, RequestOptions requestOptions)Lists all ChrtGroundProvider rate sheets owned by the caller's organization.booleanunarchiveV1(java.lang.String id)Unarchives a ChrtGroundProvider rate sheet (sets archived=False).booleanunarchiveV1(java.lang.String id, RequestOptions requestOptions)Unarchives a ChrtGroundProvider rate sheet (sets archived=False).booleanupdateV1(java.lang.String id)Updates a ChrtGroundProvider rate sheet owned by the caller's org.booleanupdateV1(java.lang.String id, ChrtGroundProviderRateSheetClientUpdate1 request)Updates a ChrtGroundProvider rate sheet owned by the caller's org.booleanupdateV1(java.lang.String id, ChrtGroundProviderRateSheetClientUpdate1 request, RequestOptions requestOptions)Updates a ChrtGroundProvider rate sheet owned by the caller's org.RawChrtGroundProviderRateSheetsClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
ChrtGroundProviderRateSheetsClient
public ChrtGroundProviderRateSheetsClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawChrtGroundProviderRateSheetsClient withRawResponse()
Get responses with HTTP metadata like headers
-
getByIdV1
public ChrtGroundProviderRateSheet1 getByIdV1(java.lang.String id)
Retrieves a specific ChrtGroundProvider rate sheet owned by the caller's organization. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (ChrtGroundProviderRateSheet1)
-
getByIdV1
public ChrtGroundProviderRateSheet1 getByIdV1(java.lang.String id, RequestOptions requestOptions)
Retrieves a specific ChrtGroundProvider rate sheet owned by the caller's organization. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (ChrtGroundProviderRateSheet1)
-
listV1
public ChrtGroundProviderRateSheetListRes listV1()
Lists all ChrtGroundProvider rate sheets owned by the caller's organization. Pagination only — no search/filter. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (ChrtGroundProviderRateSheetListRes)
-
listV1
public ChrtGroundProviderRateSheetListRes listV1(ChrtGroundProviderRateSheetsListV1Request request)
Lists all ChrtGroundProvider rate sheets owned by the caller's organization. Pagination only — no search/filter. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (ChrtGroundProviderRateSheetListRes)
-
listV1
public ChrtGroundProviderRateSheetListRes listV1(ChrtGroundProviderRateSheetsListV1Request request, RequestOptions requestOptions)
Lists all ChrtGroundProvider rate sheets owned by the caller's organization. Pagination only — no search/filter. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (ChrtGroundProviderRateSheetListRes)
-
createV1
public java.lang.String createV1(ChrtGroundProviderRateSheetClientCreate1 request)
Creates a ChrtGroundProvider rate sheet owned by the caller's org. | authz: allowed_org_types=[provider], min_org_role=operator | (ChrtGroundProviderRateSheetClientCreate1) -> (PydanticObjectId)
-
createV1
public java.lang.String createV1(ChrtGroundProviderRateSheetClientCreate1 request, RequestOptions requestOptions)
Creates a ChrtGroundProvider rate sheet owned by the caller's org. | authz: allowed_org_types=[provider], min_org_role=operator | (ChrtGroundProviderRateSheetClientCreate1) -> (PydanticObjectId)
-
updateV1
public boolean updateV1(java.lang.String id)
Updates a ChrtGroundProvider rate sheet owned by the caller's org. Use the archive/unarchive routes to toggle thearchivedflag. | authz: allowed_org_types=[provider], min_org_role=operator | (ChrtGroundProviderRateSheetClientUpdate1) -> (bool)
-
updateV1
public boolean updateV1(java.lang.String id, ChrtGroundProviderRateSheetClientUpdate1 request)Updates a ChrtGroundProvider rate sheet owned by the caller's org. Use the archive/unarchive routes to toggle thearchivedflag. | authz: allowed_org_types=[provider], min_org_role=operator | (ChrtGroundProviderRateSheetClientUpdate1) -> (bool)
-
updateV1
public boolean updateV1(java.lang.String id, ChrtGroundProviderRateSheetClientUpdate1 request, RequestOptions requestOptions)Updates a ChrtGroundProvider rate sheet owned by the caller's org. Use the archive/unarchive routes to toggle thearchivedflag. | authz: allowed_org_types=[provider], min_org_role=operator | (ChrtGroundProviderRateSheetClientUpdate1) -> (bool)
-
archiveV1
public boolean archiveV1(java.lang.String id)
Archives a ChrtGroundProvider rate sheet (sets archived=True). Idempotent. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (bool)
-
archiveV1
public boolean archiveV1(java.lang.String id, RequestOptions requestOptions)Archives a ChrtGroundProvider rate sheet (sets archived=True). Idempotent. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (bool)
-
unarchiveV1
public boolean unarchiveV1(java.lang.String id)
Unarchives a ChrtGroundProvider rate sheet (sets archived=False). Idempotent. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (bool)
-
unarchiveV1
public boolean unarchiveV1(java.lang.String id, RequestOptions requestOptions)Unarchives a ChrtGroundProvider rate sheet (sets archived=False). Idempotent. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (bool)
-
deleteV1
public boolean deleteV1(java.lang.String id)
Hard-deletes a ChrtGroundProvider rate sheet owned by the caller's org. Prefer archiving when the sheet has historical references. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (bool)
-
deleteV1
public boolean deleteV1(java.lang.String id, RequestOptions requestOptions)Hard-deletes a ChrtGroundProvider rate sheet owned by the caller's org. Prefer archiving when the sheet has historical references. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (bool)
-
-