public abstract class WeblinkGroupRepresentationView
extends com.blazebit.weblink.rest.model.WeblinkGroupRepresentation
| Constructor and Description |
|---|
WeblinkGroupRepresentationView(String id,
String ownerKey,
Calendar creationDate,
String keyStrategyType,
Map<String,String> keyStrategyConfiguration,
String matcherType,
Map<String,String> matcherConfiguration,
WeblinkKeyStrategyFactoryDataAccess keyStrategyDataAccess,
WeblinkMatcherFactoryDataAccess matcherDataAccess) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getId() |
abstract Long |
getOwnerId() |
getCreationDate, getName, getOwnerKey, setCreationDate, setName, setOwnerKeypublic WeblinkGroupRepresentationView(String id, String ownerKey, Calendar creationDate, String keyStrategyType, Map<String,String> keyStrategyConfiguration, String matcherType, Map<String,String> matcherConfiguration, WeblinkKeyStrategyFactoryDataAccess keyStrategyDataAccess, WeblinkMatcherFactoryDataAccess matcherDataAccess)
Copyright © 2018 Blazebit. All Rights Reserved.