All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.onyx.request.pojo.EntityListRequestBody.kt Maven / Gradle / Ivy

Go to download

Onyx Database is a graph database that is written in Kotlin and supports Java and Android. It is designed to be lightweight and easy to use. Features include in memory database, embedded, and remote server. It leverages its own ORM and storage.

The newest version!
package com.onyx.request.pojo

import com.onyx.buffer.BufferStreamable

/**
 * Created by timothy.osborn on 4/8/15.
 *
 * POJO for list request
 */
class EntityListRequestBody : BufferStreamable {

    var entities: List>? = null
    var type: String? = null

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy