@ExperimentalApi public class AuditLogQueryAuthorRestriction extends AuditLogQueryEntityRestriction
NULL_RESTRICTIONid, name, namePrefix| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AuditLogAuthorType |
getType() |
int |
hashCode() |
static AuditLogQueryAuthorRestriction |
id(Long id,
AuditLogAuthorType type)
Match authors with the given id and type
|
static AuditLogQueryAuthorRestriction |
name(String name,
AuditLogAuthorType type)
Match authors with the given name and type
|
static AuditLogQueryAuthorRestriction |
namePrefix(String namePrefix,
AuditLogAuthorType type)
Match authors with the given name prefix and type
|
String |
toString() |
static AuditLogQueryAuthorRestriction |
type(AuditLogAuthorType type)
Match authors with the given type
|
id, name, namePrefixgetId, getName, getNamePrefixpublic static AuditLogQueryAuthorRestriction id(Long id, AuditLogAuthorType type)
public static AuditLogQueryAuthorRestriction name(String name, AuditLogAuthorType type)
public static AuditLogQueryAuthorRestriction namePrefix(String namePrefix, AuditLogAuthorType type)
public static AuditLogQueryAuthorRestriction type(AuditLogAuthorType type)
public AuditLogAuthorType getType()
public boolean equals(Object o)
equals in class AbstractAuditLogQueryRestrictionpublic int hashCode()
hashCode in class AbstractAuditLogQueryRestrictionpublic String toString()
toString in class AbstractAuditLogQueryRestrictionCopyright © 2024 Atlassian. All rights reserved.