Interface IPartner

All Superinterfaces:
com.helger.commons.collection.impl.ICommonsIterable<Map.Entry<String,String>>, com.helger.commons.name.IHasName, Iterable<Map.Entry<String,String>>
All Known Implementing Classes:
Partner

public interface IPartner extends com.helger.commons.name.IHasName, com.helger.commons.collection.impl.ICommonsIterable<Map.Entry<String,String>>
Read-only interface for a single partner that is used in a partnership.
Since:
2.2.0
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    com.helger.commons.collection.impl.ICommonsMap<String,String>
     

    Methods inherited from interface com.helger.commons.collection.impl.ICommonsIterable

    containsAny, containsNone, containsOnly, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findAllMapped, findFirst, findFirst, findFirstIndex, findFirstMapped, findFirstMapped, findLastIndex, forEachBreakable, forEachByIndex, forEachThrowing, getCount, getCount

    Methods inherited from interface com.helger.commons.name.IHasName

    getName

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getAllAttributes

      @Nonnull @ReturnsMutableCopy com.helger.commons.collection.impl.ICommonsMap<String,String> getAllAttributes()
      Returns:
      All contained attributes. Neither null nor empty.