Interface RelationshipResourceAction.ReadWithResponse<E>

    • Method Detail

      • readAll

        CollectionWithPagingInfo<E> readAll​(java.lang.String entityResourceId,
                                            Parameters params,
                                            WithResponse withResponse)
        Reads all the relationship entities from the collection using the related entityResourceId. Paging information is provided.
        Parameters:
        entityResourceId - Entity resource context for this relationship
        params - will never be null and will have the PAGING default values, implementation may choose to filter the set based on params (ie. not necessarily "all")