
io.opencannabis.schema.menu.ForeignReferenceOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2018, Momentum Ideas, Co. All rights reserved.
*
* Source and object computer code contained herein is the private intellectual
* property of Momentum Ideas Co., a Delaware Corporation. Use of this
* code in source form requires permission in writing before use or the
* assembly, distribution, or publishing of derivative works, for commercial
* purposes or any other purpose, from a duly authorized officer of Momentum
* Ideas Co.
*
* 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: products/menu/Menu.proto
package io.opencannabis.schema.menu;
public interface ForeignReferenceOrBuilder extends
// @@protoc_insertion_point(interface_extends:opencannabis.products.menu.ForeignReference)
com.google.protobuf.MessageOrBuilder {
/**
*
* Foreign key value for a reference between an in-network product and an out-of-network representation of that same
* product in a different computer system.
*
*
* string key = 1;
*/
java.lang.String getKey();
/**
*
* Foreign key value for a reference between an in-network product and an out-of-network representation of that same
* product in a different computer system.
*
*
* string key = 1;
*/
com.google.protobuf.ByteString
getKeyBytes();
/**
*
* Domain for the integrating system. This is usually set to a unique domain value that corresponds to the foreign
* system, and can be used to identify it later.
*
*
* string domain = 2;
*/
java.lang.String getDomain();
/**
*
* Domain for the integrating system. This is usually set to a unique domain value that corresponds to the foreign
* system, and can be used to identify it later.
*
*
* string domain = 2;
*/
com.google.protobuf.ByteString
getDomainBytes();
/**
*
* URL to this product in the foreign system, if applicable. Can also be a link to a REST URL payload representing
* this product's data in the foreign system.
*
*
* string link = 3;
*/
java.lang.String getLink();
/**
*
* URL to this product in the foreign system, if applicable. Can also be a link to a REST URL payload representing
* this product's data in the foreign system.
*
*
* string link = 3;
*/
com.google.protobuf.ByteString
getLinkBytes();
/**
*
* Timestamp for when this foreign reference was attached to a given menu product. This timestamp should only be set
* once, upon original creation/linking of the foreign reference.
*
*
* .opencannabis.temporal.Instant attached = 4;
*/
boolean hasAttached();
/**
*
* Timestamp for when this foreign reference was attached to a given menu product. This timestamp should only be set
* once, upon original creation/linking of the foreign reference.
*
*
* .opencannabis.temporal.Instant attached = 4;
*/
io.opencannabis.schema.temporal.TemporalInstant.Instant getAttached();
/**
*
* Timestamp for when this foreign reference was attached to a given menu product. This timestamp should only be set
* once, upon original creation/linking of the foreign reference.
*
*
* .opencannabis.temporal.Instant attached = 4;
*/
io.opencannabis.schema.temporal.TemporalInstant.InstantOrBuilder getAttachedOrBuilder();
/**
*
* Timestamp indicating when this foreign product reference was last validated with the foreign system. Each time an
* item is fetched or otherwise synchronized, this should be updated.
*
*
* .opencannabis.temporal.Instant validated = 5;
*/
boolean hasValidated();
/**
*
* Timestamp indicating when this foreign product reference was last validated with the foreign system. Each time an
* item is fetched or otherwise synchronized, this should be updated.
*
*
* .opencannabis.temporal.Instant validated = 5;
*/
io.opencannabis.schema.temporal.TemporalInstant.Instant getValidated();
/**
*
* Timestamp indicating when this foreign product reference was last validated with the foreign system. Each time an
* item is fetched or otherwise synchronized, this should be updated.
*
*
* .opencannabis.temporal.Instant validated = 5;
*/
io.opencannabis.schema.temporal.TemporalInstant.InstantOrBuilder getValidatedOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy