Interface SearchApi


  • public interface SearchApi
    • Method Detail

      • searchByRemoteId

        Result<? extends Collection<? extends RemoteIdSearchResult>> searchByRemoteId​(String remoteIdType,
                                                                                      String remoteId)
        Search for entities with remote ids for the current authenticated application.
        Parameters:
        remoteIdType - Return all entities with the given type, regardless of value. If null, return all entities with a remote id.
        remoteId - Return all entities with the given id value. This parameter is ignored if `remoteIdType` is null.