@ExperimentalApi public class AuditLogQueryAuthorRestriction extends AuditLogQueryEntityRestriction
NULL_RESTRICTION
id, 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, namePrefix
getId, getName, getNamePrefix
public 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 AbstractAuditLogQueryRestriction
public int hashCode()
hashCode
in class AbstractAuditLogQueryRestriction
public String toString()
toString
in class AbstractAuditLogQueryRestriction
Copyright © 2020 Atlassian. All rights reserved.