Interface CustomObjectReference

All Superinterfaces:
Identifiable<CustomObject>, Reference, ReferenceMixin
All Known Implementing Classes:
CustomObjectReferenceImpl

Reference to a CustomObject.


Example to create an instance using the builder pattern

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