public class GroupRequest extends GroupResponse
Modifier and Type | Field and Description |
---|---|
protected boolean |
isNameChanged |
protected boolean |
isTypeChanged |
id, name, type, url
Constructor and Description |
---|
GroupRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
isNameChanged() |
boolean |
isTypeChanged() |
void |
setName(String name) |
void |
setType(String type) |
protected boolean isNameChanged
protected boolean isTypeChanged
public void setType(String type)
setType
in class GroupResponse
public void setName(String name)
setName
in class GroupResponse
public boolean isNameChanged()
public boolean isTypeChanged()
Copyright © 2016 Alfresco. All rights reserved.