public class GetGroupParameter extends Object
Constructor and Description |
---|
GetGroupParameter()
Default Constuctor necessary for json parsing
|
GetGroupParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
String groupId)
This constructor parses all incoming parameter of a request into the class structure
|
GetGroupParameter(String representation,
String groupId) |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Returns the Alias.
|
String |
getDescription()
Returns the Description.
|
String |
getExternalId()
Returns the ExternalId.
|
String |
getExternalSystemId()
Returns the ExternalSystemId.
|
String |
getGroupId()
Returns the GroupId.
|
EGroupIdentifier |
getGroupIdentifier()
Returns the constant GroupIdentifier.
|
String |
getName()
Returns the Name.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setAlias(String alias)
Sets Alias.
|
void |
setDescription(String description)
Sets Description.
|
void |
setExternalId(String externalId)
Sets ExternalId.
|
void |
setExternalSystemId(String externalSystemId)
Sets ExternalSystemId.
|
void |
setGroupId(String groupId)
Sets GroupId.
|
void |
setGroupIdentifier(EGroupIdentifier groupIdentifier)
Sets the constant GroupIdentifier.
|
void |
setName(String name)
Sets Name.
|
public GetGroupParameter()
public GetGroupParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, String groupId) throws RestApiIllegalRequestParameterException
public GetGroupParameter(String representation, String groupId) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseException
org.codehaus.jackson.map.JsonMappingException
IOException
public void setGroupId(String groupId)
groupId
- public String getGroupId()
public void setName(String name)
name
- public String getName()
public void setAlias(String alias)
alias
- public String getAlias()
public void setDescription(String description)
description
- public String getDescription()
public void setExternalSystemId(String externalSystemId)
externalSystemId
- public String getExternalSystemId()
public void setExternalId(String externalId)
externalId
- public String getExternalId()
public void setGroupIdentifier(EGroupIdentifier groupIdentifier)
the
- constant groupIdentifierpublic EGroupIdentifier getGroupIdentifier()
Copyright © 2019 Communote team. All rights reserved.