io.opencannabis.schema.inventory.InventoryStateOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java RPCAPI client for the Bloombox Cloud.
The newest version!
/*
* Copyright 2019, Momentum Ideas Co.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: inventory/InventoryProduct.proto
package io.opencannabis.schema.inventory;
public interface InventoryStateOrBuilder extends
// @@protoc_insertion_point(interface_extends:opencannabis.inventory.InventoryState)
com.google.protobuf.MessageOrBuilder {
/**
*
* Status of the inventory item. Specifies the active state for the inventory item, from a set of enumerated standard
* inventory states.
*
*
* .opencannabis.inventory.InventoryState.Status status = 1;
*/
int getStatusValue();
/**
*
* Status of the inventory item. Specifies the active state for the inventory item, from a set of enumerated standard
* inventory states.
*
*
* .opencannabis.inventory.InventoryState.Status status = 1;
*/
io.opencannabis.schema.inventory.InventoryState.Status getStatus();
/**
*
* Specifies the new (target) coordinates for a given inventory item, a change that occurred with a given inventory
* item checkin.
*
*
* .opencannabis.inventory.InventoryCoordinates coordinates = 2;
*/
boolean hasCoordinates();
/**
*
* Specifies the new (target) coordinates for a given inventory item, a change that occurred with a given inventory
* item checkin.
*
*
* .opencannabis.inventory.InventoryCoordinates coordinates = 2;
*/
io.opencannabis.schema.inventory.InventoryCoordinates getCoordinates();
/**
*
* Specifies the new (target) coordinates for a given inventory item, a change that occurred with a given inventory
* item checkin.
*
*
* .opencannabis.inventory.InventoryCoordinates coordinates = 2;
*/
io.opencannabis.schema.inventory.InventoryCoordinatesOrBuilder getCoordinatesOrBuilder();
/**
*
* Indicates whether the inventory item is fit for sale, or not. This flag must be set to `true` for an item to be
* eligible for listing.
*
*
* bool fit_for_sale = 3;
*/
boolean getFitForSale();
/**
*
* Amount of inventory, in this batch, that is on-hand.
*
*
* .opencannabis.inventory.InventoryAmount amount = 4;
*/
boolean hasAmount();
/**
*
* Amount of inventory, in this batch, that is on-hand.
*
*
* .opencannabis.inventory.InventoryAmount amount = 4;
*/
io.opencannabis.schema.inventory.InventoryAmount getAmount();
/**
*
* Amount of inventory, in this batch, that is on-hand.
*
*
* .opencannabis.inventory.InventoryAmount amount = 4;
*/
io.opencannabis.schema.inventory.InventoryAmountOrBuilder getAmountOrBuilder();
/**
*
* Timestamp for when this inventory state entry was created. Set after initially saving an inventory state checkin.
*
*
* .opencannabis.temporal.Instant created = 98;
*/
boolean hasCreated();
/**
*
* Timestamp for when this inventory state entry was created. Set after initially saving an inventory state checkin.
*
*
* .opencannabis.temporal.Instant created = 98;
*/
io.opencannabis.schema.temporal.TemporalInstant.Instant getCreated();
/**
*
* Timestamp for when this inventory state entry was created. Set after initially saving an inventory state checkin.
*
*
* .opencannabis.temporal.Instant created = 98;
*/
io.opencannabis.schema.temporal.TemporalInstant.InstantOrBuilder getCreatedOrBuilder();
/**
*
* Timestamp for when this inventory state entry was updated, if applicable. Set after saving an existing inventory
* state checkin.
*
*
* .opencannabis.temporal.Instant modified = 99;
*/
boolean hasModified();
/**
*
* Timestamp for when this inventory state entry was updated, if applicable. Set after saving an existing inventory
* state checkin.
*
*
* .opencannabis.temporal.Instant modified = 99;
*/
io.opencannabis.schema.temporal.TemporalInstant.Instant getModified();
/**
*
* Timestamp for when this inventory state entry was updated, if applicable. Set after saving an existing inventory
* state checkin.
*
*
* .opencannabis.temporal.Instant modified = 99;
*/
io.opencannabis.schema.temporal.TemporalInstant.InstantOrBuilder getModifiedOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy