Package com.enonic.xp.audit
Class AuditLogIds
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntitySet<AuditLogId>
-
- com.enonic.xp.audit.AuditLogIds
-
- All Implemented Interfaces:
Iterable<AuditLogId>
@PublicApi public final class AuditLogIds extends AbstractImmutableEntitySet<AuditLogId> implements Iterable<AuditLogId>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AuditLogIds.Builder
-
Field Summary
-
Fields inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
set
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Set<String>
asStrings()
Deprecated.static AuditLogIds.Builder
create()
static AuditLogIds
empty()
static AuditLogIds
from(AuditLogId... ids)
static AuditLogIds
from(Iterable<AuditLogId> ids)
static AuditLogIds
from(String... ids)
static AuditLogIds
from(Collection<String> ids)
-
Methods inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
empty
public static AuditLogIds empty()
-
from
public static AuditLogIds from(AuditLogId... ids)
-
from
public static AuditLogIds from(String... ids)
-
from
public static AuditLogIds from(Collection<String> ids)
-
from
public static AuditLogIds from(Iterable<AuditLogId> ids)
-
asStrings
@Deprecated public Set<String> asStrings()
Deprecated.
-
create
public static AuditLogIds.Builder create()
-
-