Interface CustomObjectReference

All Superinterfaces:
Identifiable<CustomObject>, IdentifiableObjHolder<CustomObject>, Reference, ReferenceMixin

public interface CustomObjectReference extends Reference, Identifiable<CustomObject>, IdentifiableObjHolder<CustomObject>

Reference to a CustomObject.


Example to create an instance using the builder pattern

     CustomObjectReference customObjectReference = CustomObjectReference.builder()
             .id("{id}")
             .build()
 
  • Field Details

    • KEY_VALUE_DOCUMENT

      static final String KEY_VALUE_DOCUMENT
      discriminator value for CustomObjectReference
      See Also:
  • Method Details