@ExperimentalApi public class AuditLogQueryEntityRestriction extends AbstractAuditLogQueryRestriction
Modifier and Type | Field and Description |
---|---|
static AuditLogQueryEntityRestriction |
NULL_RESTRICTION
A restriction that matches all entities.
|
id, name, namePrefix
Modifier and Type | Method and Description |
---|---|
static AuditLogQueryEntityRestriction |
id(Long id)
A restriction matching entities with the given id
|
static AuditLogQueryEntityRestriction |
name(String name)
A restriction matching entities with the given name
|
static AuditLogQueryEntityRestriction |
namePrefix(String namePrefix)
A restriction matching entities with the given name prefix
|
equals, getId, getName, getNamePrefix, hashCode, toString
public static final AuditLogQueryEntityRestriction NULL_RESTRICTION
public static AuditLogQueryEntityRestriction id(Long id)
public static AuditLogQueryEntityRestriction name(String name)
public static AuditLogQueryEntityRestriction namePrefix(String namePrefix)
Copyright © 2021 Atlassian. All rights reserved.
View cookie preferences