public abstract static class GrantsOverviewResource.GrantSummary extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GrantsOverviewResource.GrantSummary.Builder |
| Constructor and Description |
|---|
GrantSummary() |
| Modifier and Type | Method and Description |
|---|---|
static GrantsOverviewResource.GrantSummary.Builder |
builder() |
abstract Capability |
capability() |
abstract ZonedDateTime |
createdAt() |
abstract String |
createdBy() |
abstract Optional<ZonedDateTime> |
expiresAt() |
abstract GRN |
grantee() |
abstract String |
granteeTitle() |
abstract String |
id() |
static GrantsOverviewResource.GrantSummary |
of(GrantDTO grant,
GRNDescriptorService descriptorService) |
abstract GRN |
target() |
abstract String |
targetTitle() |
abstract ZonedDateTime |
updatedAt() |
abstract String |
updatedBy() |
public abstract String id()
public abstract GRN grantee()
public abstract String granteeTitle()
public abstract Capability capability()
public abstract GRN target()
public abstract String targetTitle()
public abstract String createdBy()
public abstract ZonedDateTime createdAt()
public abstract String updatedBy()
public abstract ZonedDateTime updatedAt()
public abstract Optional<ZonedDateTime> expiresAt()
public static GrantsOverviewResource.GrantSummary of(GrantDTO grant, GRNDescriptorService descriptorService)
public static GrantsOverviewResource.GrantSummary.Builder builder()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.