Interface ReadableAttributes

All Known Subinterfaces:
ActivityRecord, Attributes, Connection, ConnectionGroup, ConnectionRecord, SharingProfile, User, UserGroup
All Known Implementing Classes:
AbstractConnection, AbstractConnectionGroup, AbstractSharingProfile, AbstractUser, AbstractUserGroup, DelegatingActivityRecord, DelegatingConnection, DelegatingConnectionGroup, DelegatingConnectionRecord, DelegatingSharingProfile, DelegatingUser, DelegatingUserGroup, SimpleConnection, SimpleConnectionGroup, SimpleUser, SimpleUserGroup, TokenInjectingConnection, TokenInjectingConnectionGroup

public interface ReadableAttributes
An object which is associated with a set of arbitrary attributes, defined as name/value pairs.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns all attributes associated with this object.
  • Method Details

    • getAttributes

      Map<String,String> getAttributes()
      Returns all attributes associated with this object. The returned map may not be modifiable.
      Returns:
      A map of all attribute identifiers to their corresponding values, for all attributes associated with this object, which may not be modifiable.