public class GetCollectionExternalLoginParameter extends Object
| Constructor and Description |
|---|
GetCollectionExternalLoginParameter()
Default Constuctor necessary for json parsing
|
GetCollectionExternalLoginParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
Long userId)
This constructor parses all incoming parameter of a request into the class structure
|
GetCollectionExternalLoginParameter(String representation,
Long userId) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDatabaseId()
Returns the DatabaseId.
|
String |
getExternalLoginId()
Returns the ExternalLoginId.
|
String |
getExternalSystemId()
Returns the ExternalSystemId.
|
String |
getPermanentId()
Returns the PermanentId.
|
ExternalPropertyResource[] |
getProperties()
Returns the Properties.
|
Long |
getUserId()
Returns the UserId.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setDatabaseId(Long databaseId)
Sets DatabaseId.
|
void |
setExternalLoginId(String externalLoginId)
Sets ExternalLoginId.
|
void |
setExternalSystemId(String externalSystemId)
Sets ExternalSystemId.
|
void |
setPermanentId(String permanentId)
Sets PermanentId.
|
void |
setProperties(ExternalPropertyResource[] properties)
Sets Properties.
|
void |
setUserId(Long userId)
Sets UserId.
|
public GetCollectionExternalLoginParameter()
public GetCollectionExternalLoginParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, Long userId) throws RestApiIllegalRequestParameterException
public GetCollectionExternalLoginParameter(String representation, Long userId) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOExceptionpublic void setDatabaseId(Long databaseId)
databaseId - public Long getDatabaseId()
public void setUserId(Long userId)
userId - public Long getUserId()
public void setExternalSystemId(String externalSystemId)
externalSystemId - public String getExternalSystemId()
public void setExternalLoginId(String externalLoginId)
externalLoginId - public String getExternalLoginId()
public void setPermanentId(String permanentId)
permanentId - public String getPermanentId()
public void setProperties(ExternalPropertyResource[] properties)
properties - public ExternalPropertyResource[] getProperties()
Copyright © 2019 Communote team. All rights reserved.