public class PerDirectoryStatisticsEvent extends Object implements CrowdAnalyticsEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
PerDirectoryStatisticsEvent.Builder |
| Constructor and Description |
|---|
PerDirectoryStatisticsEvent(DirectoryType type,
LdapConnectorType connectorType,
boolean cachingDisabled,
boolean nestedGroups,
int userCount,
int groupCount,
Long syncIntervalSeconds,
String syncCronExpression,
Map<String,String> additionalAttributes) |
| Modifier and Type | Method and Description |
|---|---|
static PerDirectoryStatisticsEvent.Builder |
builder() |
static PerDirectoryStatisticsEvent.Builder |
builder(PerDirectoryStatisticsEvent data) |
Map<String,String> |
getAdditionalAttributes() |
LdapConnectorType |
getConnectorType() |
String |
getEventName() |
int |
getGroupCount() |
String |
getSyncCronExpression() |
Long |
getSyncIntervalSeconds() |
int |
getUserCount() |
boolean |
isCachingDisabled() |
boolean |
isNestedGroups() |
public PerDirectoryStatisticsEvent(DirectoryType type, LdapConnectorType connectorType, boolean cachingDisabled, boolean nestedGroups, int userCount, int groupCount, Long syncIntervalSeconds, String syncCronExpression, Map<String,String> additionalAttributes)
public LdapConnectorType getConnectorType()
public int getUserCount()
public int getGroupCount()
public boolean isCachingDisabled()
public boolean isNestedGroups()
public Long getSyncIntervalSeconds()
public String getSyncCronExpression()
public String getEventName()
public static PerDirectoryStatisticsEvent.Builder builder()
public static PerDirectoryStatisticsEvent.Builder builder(PerDirectoryStatisticsEvent data)
Copyright © 2023 Atlassian. All rights reserved.