Uses of Interface
com.reprezen.kaizen.oasparser.model3.Contact
-
Packages that use Contact Package Description com.reprezen.kaizen.oasparser.model3 com.reprezen.kaizen.oasparser.ovl3 -
-
Uses of Contact in com.reprezen.kaizen.oasparser.model3
Methods in com.reprezen.kaizen.oasparser.model3 that return Contact Modifier and Type Method Description ContactInfo. getContact()ContactInfo. getContact(boolean elaborate)Methods in com.reprezen.kaizen.oasparser.model3 with parameters of type Contact Modifier and Type Method Description voidInfo. setContact(Contact contact) -
Uses of Contact in com.reprezen.kaizen.oasparser.ovl3
Classes in com.reprezen.kaizen.oasparser.ovl3 that implement Contact Modifier and Type Class Description classContactImplFields in com.reprezen.kaizen.oasparser.ovl3 with type parameters of type Contact Modifier and Type Field Description static com.reprezen.jsonoverlay.OverlayFactory<Contact>ContactImpl. factoryMethods in com.reprezen.kaizen.oasparser.ovl3 that return Contact Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
ContactContactImpl. create(OV modelMember)ContactInfoImpl. getContact()ContactInfoImpl. getContact(boolean elaborate)Methods in com.reprezen.kaizen.oasparser.ovl3 that return types with arguments of type Contact Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
com.reprezen.jsonoverlay.Builder<Contact>ContactImpl. builder(OV modelMember)Methods in com.reprezen.kaizen.oasparser.ovl3 with parameters of type Contact Modifier and Type Method Description voidInfoImpl. setContact(Contact contact)Constructors in com.reprezen.kaizen.oasparser.ovl3 with parameters of type Contact Constructor Description ContactImpl(Contact contact, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-