app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.models.entities
/
SendProduct
Send
Product
androidJvm
open
class
SendProduct
:
Serializable
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Send
Product
Link copied to clipboard
androidJvm
open
fun
SendProduct
(
)
Content copied to clipboard
Send
Product
Link copied to clipboard
androidJvm
open
fun
SendProduct
(
id
:
Long
,
barcode
:
String
,
lang
:
String
,
name
:
String
,
brands
:
String
,
weight
:
String
,
imgUploadFront
:
String
,
imgUploadIngredients
:
String
,
imgUploadNutrition
:
String
,
imgUploadPackaging
:
String
,
weightUnit
:
String
)
Content copied to clipboard
Send
Product
Link copied to clipboard
androidJvm
open
fun
SendProduct
(
@
NonNull
sp
:
SendProduct
)
Content copied to clipboard
Functions
compress
Link copied to clipboard
androidJvm
open
fun
compress
(
@
NonNull
field
:
ProductImageField
)
Content copied to clipboard
Compress the image according to the
ProductImageField
.
equals
Link copied to clipboard
androidJvm
open
fun
equals
(
o
:
Any
)
:
Boolean
Content copied to clipboard
get
Quantity
Link copied to clipboard
androidJvm
open
fun
getQuantity
(
)
:
String
Content copied to clipboard
Properties
barcode
Link copied to clipboard
androidJvm
open
var
barcode
:
String
Content copied to clipboard
brands
Link copied to clipboard
androidJvm
open
var
brands
:
String
Content copied to clipboard
id
Link copied to clipboard
androidJvm
open
var
id
:
Long
Content copied to clipboard
img
Upload
Front
Link copied to clipboard
androidJvm
open
var
imgUploadFront
:
String
Content copied to clipboard
img
Upload
Ingredients
Link copied to clipboard
androidJvm
open
var
imgUploadIngredients
:
String
Content copied to clipboard
img
Upload
Nutrition
Link copied to clipboard
androidJvm
open
var
imgUploadNutrition
:
String
Content copied to clipboard
img
Upload
Packaging
Link copied to clipboard
androidJvm
open
var
imgUploadPackaging
:
String
Content copied to clipboard
lang
Link copied to clipboard
androidJvm
open
var
lang
:
String
Content copied to clipboard
name
Link copied to clipboard
androidJvm
open
var
name
:
String
Content copied to clipboard
password
Link copied to clipboard
androidJvm
open
var
password
:
String
Content copied to clipboard
user
ID
Link copied to clipboard
androidJvm
open
var
userID
:
String
Content copied to clipboard
weight
Link copied to clipboard
androidJvm
open
var
weight
:
String
Content copied to clipboard
weight
Unit
Link copied to clipboard
androidJvm
open
var
weightUnit
:
String
Content copied to clipboard