Cloud Storage Integrator 2016 Android Edition
Cloud Storage Integrator 2016 Android Edition
Questions / Feedback?

BoxMetadataFieldDetail Type

Metadata field associated with the file.

Remarks

This type defines metadata fields associated with the file.

Fields

Name
String

The name of the field.

UpdateOp
int

The update operation to perform. This is applicable when calling UpdateMetadata. Possible values are:

  • 0 (uoAdd)
  • 1 (uoReplace)
  • 2 (uoDelete)

Value
String

The value of the field.

Constructors

public BoxMetadataFieldDetail();



public BoxMetadataFieldDetail(String name, String value);



public BoxMetadataFieldDetail(int updateOp, String name, String value);



 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 Android Edition - Version 16.0 [Build 7239]