Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* Kandji API
* # Welcome to the Kandji API Documentation You can find your API URL in Settings > Access. The API URL will follow the below formats. - US - `https://SubDomain.api.kandji.io` - EU - `https://SubDomain.api.eu.kandji.io` For information on how to obtain an API token, please refer to the following support article. [https://support.kandji.io/api](https://support.kandji.io/api) #### Rate Limit The Kandji API currently has an API rate limit of 10,000 requests per hour per customer. #### Request Methods HTTP request methods supported by the Kandji API. | Method | Definition | | --- | --- | | GET | The `GET` method requests a representation of the specified resource. | | POST | The `POST` method submits an entity to the specified resource. | | PATCH | The `PATCH` method applies partial modifications to a resource. | | DELETE | The `DELETE` method deletes the specified resource. | #### Response codes Not all response codes apply to every endpoint. | Code | Response | | --- | --- | | 200 | OK | | 201 | Created | | 204 | No content | | | Typical response when sending the DELETE method. | | 400 | Bad Request | | | \"Command already running\" - The command may already be running in a _Pending_ state waiting on the device. | | | \"Command is not allowed for current device\" - The command may not be compatible with the target device. | | | \"JSON parse error - Expecting ',' delimiter: line 3 column 2 (char 65)\" | | 401 | Unauthorized | | | This error can occur if the token is incorrect, was revoked, or the token has expired. | | 403 | Forbidden | | | The request was understood but cannot be authorized. | | 404 | Not found | | | Unable to locate the resource in the Kandji tenant. | | 415 | Unsupported Media Type | | | The request contains a media type which the server or resource does not support. | | 500 | Internal server error | | 503 | Service unavailable | | | This error can occur if a file upload is still being processed via the custom apps API. | #### Data structure The API returns all structured responses in JSON schema format. #### Examples Code examples using the API can be found in the Kandji support [GitHub](https://github.com/kandji-inc/support/tree/main/api-tools).
*
* The version of the OpenAPI document: 1.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.blazebit.query.connector.kandji.model;
import java.util.Objects;
import java.util.Map;
import java.util.HashMap;
import com.blazebit.query.connector.kandji.model.CreateAdeIntegration200ResponseBlueprint;
import com.blazebit.query.connector.kandji.model.CreateAdeIntegration200ResponseDefaults;
import com.blazebit.query.connector.kandji.model.CreateAdeIntegration200ResponseDeviceCounts;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonTypeName;
import com.fasterxml.jackson.annotation.JsonValue;
import java.math.BigDecimal;
import java.util.Arrays;
import org.openapitools.jackson.nullable.JsonNullable;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.openapitools.jackson.nullable.JsonNullable;
import java.util.NoSuchElementException;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import com.blazebit.query.connector.kandji.invoker.JSON;
/**
* RenewAdeIntegration200Response
*/
@JsonPropertyOrder({
RenewAdeIntegration200Response.JSON_PROPERTY_ACCESS_TOKEN_EXPIRY,
RenewAdeIntegration200Response.JSON_PROPERTY_ADMIN_ID,
RenewAdeIntegration200Response.JSON_PROPERTY_BLUEPRINT,
RenewAdeIntegration200Response.JSON_PROPERTY_DAYS_LEFT,
RenewAdeIntegration200Response.JSON_PROPERTY_DEFAULTS,
RenewAdeIntegration200Response.JSON_PROPERTY_DEVICE_COUNTS,
RenewAdeIntegration200Response.JSON_PROPERTY_ID,
RenewAdeIntegration200Response.JSON_PROPERTY_LAST_DEVICE_SYNC,
RenewAdeIntegration200Response.JSON_PROPERTY_ORG_ADDRESS,
RenewAdeIntegration200Response.JSON_PROPERTY_ORG_EMAIL,
RenewAdeIntegration200Response.JSON_PROPERTY_ORG_NAME,
RenewAdeIntegration200Response.JSON_PROPERTY_ORG_PHONE,
RenewAdeIntegration200Response.JSON_PROPERTY_ORG_TYPE,
RenewAdeIntegration200Response.JSON_PROPERTY_SERVER_NAME,
RenewAdeIntegration200Response.JSON_PROPERTY_SERVER_UUID,
RenewAdeIntegration200Response.JSON_PROPERTY_STATUS,
RenewAdeIntegration200Response.JSON_PROPERTY_STATUS_REASON,
RenewAdeIntegration200Response.JSON_PROPERTY_STATUS_RECEIVED_AT,
RenewAdeIntegration200Response.JSON_PROPERTY_STOKEN_FILE_NAME
})
@JsonTypeName("renewAdeIntegration_200_response")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-04-30T07:19:31.168100307Z[Etc/UTC]", comments = "Generator version: 7.10.0")
public class RenewAdeIntegration200Response {
public static final String JSON_PROPERTY_ACCESS_TOKEN_EXPIRY = "access_token_expiry";
@jakarta.annotation.Nullable
private String accessTokenExpiry;
public static final String JSON_PROPERTY_ADMIN_ID = "admin_id";
@jakarta.annotation.Nullable
private String adminId;
public static final String JSON_PROPERTY_BLUEPRINT = "blueprint";
@jakarta.annotation.Nullable
private CreateAdeIntegration200ResponseBlueprint blueprint;
public static final String JSON_PROPERTY_DAYS_LEFT = "days_left";
@jakarta.annotation.Nullable
private BigDecimal daysLeft;
public static final String JSON_PROPERTY_DEFAULTS = "defaults";
@jakarta.annotation.Nullable
private CreateAdeIntegration200ResponseDefaults defaults;
public static final String JSON_PROPERTY_DEVICE_COUNTS = "device_counts";
@jakarta.annotation.Nullable
private CreateAdeIntegration200ResponseDeviceCounts deviceCounts;
public static final String JSON_PROPERTY_ID = "id";
@jakarta.annotation.Nullable
private String id;
public static final String JSON_PROPERTY_LAST_DEVICE_SYNC = "last_device_sync";
@jakarta.annotation.Nullable
private String lastDeviceSync;
public static final String JSON_PROPERTY_ORG_ADDRESS = "org_address";
@jakarta.annotation.Nullable
private String orgAddress;
public static final String JSON_PROPERTY_ORG_EMAIL = "org_email";
@jakarta.annotation.Nullable
private String orgEmail;
public static final String JSON_PROPERTY_ORG_NAME = "org_name";
@jakarta.annotation.Nullable
private String orgName;
public static final String JSON_PROPERTY_ORG_PHONE = "org_phone";
@jakarta.annotation.Nullable
private String orgPhone;
public static final String JSON_PROPERTY_ORG_TYPE = "org_type";
@jakarta.annotation.Nullable
private String orgType;
public static final String JSON_PROPERTY_SERVER_NAME = "server_name";
@jakarta.annotation.Nullable
private String serverName;
public static final String JSON_PROPERTY_SERVER_UUID = "server_uuid";
@jakarta.annotation.Nullable
private String serverUuid;
public static final String JSON_PROPERTY_STATUS = "status";
@jakarta.annotation.Nullable
private String status;
public static final String JSON_PROPERTY_STATUS_REASON = "status_reason";
private JsonNullable