@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class MemberGroupSharedItem extends Object
| Constructor and Description |
|---|
MemberGroupSharedItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ErrorDetails |
getErrorDetails() |
Group |
getGroup() |
String |
getShared()
When set to **true**, this custom tab is shared.
|
int |
hashCode() |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setGroup(Group group) |
void |
setShared(String shared) |
String |
toString() |
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public Group getGroup()
public void setGroup(Group group)
public String getShared()
public void setShared(String shared)
Copyright © 2017. All rights reserved.