public class User extends Object implements Serializable
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
UserBody |
getBody() |
String |
getChannelRef() |
String |
getDate() |
String |
getSessionId() |
String |
getType() |
void |
setBody(UserBody body) |
void |
setChannelRef(String channelRef) |
void |
setDate(String date) |
void |
setSessionId(String sessionId) |
void |
setType(String type) |
public void setChannelRef(String channelRef)
public String getChannelRef()
public void setDate(String date)
public String getDate()
public void setType(String type)
public String getType()
public void setSessionId(String sessionId)
public String getSessionId()
public void setBody(UserBody body)
public UserBody getBody()
Copyright © 2017 SAP SE. All Rights Reserved.