public class JoinSiteRequestImpl extends Object implements Serializable
Constructor and Description |
---|
JoinSiteRequestImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
Returns the unique identifier for the join request.
|
String |
getMessage()
Returns the message the user provided with their join request.
|
String |
getSiteShortName()
Returns the short name of the site the join request was for.
|
static JoinSiteRequestImpl |
parseJson(Map<String,Object> json)
Parse Json Response from Alfresco REST API to create a JoinSiteRequest.
|
static JoinSiteRequestImpl |
parsePublicAPIJson(Map<String,Object> json)
Parse Json Response from Alfresco Public API to create a JoinSiteRequest.
|
public static JoinSiteRequestImpl parseJson(Map<String,Object> json)
json
- : json response that contains data from the repositorypublic static JoinSiteRequestImpl parsePublicAPIJson(Map<String,Object> json)
json
- : json response that contains data from the repositorypublic String getIdentifier()
public String getSiteShortName()
public String getMessage()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.