Class AssociationsClient


  • public class AssociationsClient
    extends java.lang.Object
    • Constructor Detail

      • AssociationsClient

        public AssociationsClient​(ClientOptions clientOptions)
    • Method Detail

      • customObjectClassesCustomObjectsAssociationsList

        public PaginatedAssociationList customObjectClassesCustomObjectsAssociationsList​(java.lang.String customObjectClassId,
                                                                                         java.lang.String objectId)
        Returns a list of Association objects.
      • customObjectClassesCustomObjectsAssociationsUpdate

        public Association customObjectClassesCustomObjectsAssociationsUpdate​(java.lang.String associationTypeId,
                                                                              java.lang.String sourceClassId,
                                                                              java.lang.String sourceObjectId,
                                                                              java.lang.String targetClassId,
                                                                              java.lang.String targetObjectId)
        Creates an Association between source_object_id and target_object_id of type association_type_id.
      • customObjectClassesCustomObjectsAssociationsUpdate

        public Association customObjectClassesCustomObjectsAssociationsUpdate​(java.lang.String associationTypeId,
                                                                              java.lang.String sourceClassId,
                                                                              java.lang.String sourceObjectId,
                                                                              java.lang.String targetClassId,
                                                                              java.lang.String targetObjectId,
                                                                              CustomObjectClassesCustomObjectsAssociationsUpdateRequest request)
        Creates an Association between source_object_id and target_object_id of type association_type_id.
      • customObjectClassesCustomObjectsAssociationsUpdate

        public Association customObjectClassesCustomObjectsAssociationsUpdate​(java.lang.String associationTypeId,
                                                                              java.lang.String sourceClassId,
                                                                              java.lang.String sourceObjectId,
                                                                              java.lang.String targetClassId,
                                                                              java.lang.String targetObjectId,
                                                                              CustomObjectClassesCustomObjectsAssociationsUpdateRequest request,
                                                                              RequestOptions requestOptions)
        Creates an Association between source_object_id and target_object_id of type association_type_id.