public class ApplicationGroupResponse extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ApplicationGroupResponse.MemberThe type Member. | 
| Constructor and Description | 
|---|
| ApplicationGroupResponse(String objectId,
                        String name,
                        boolean inheritanceAllowed,
                        List<ApplicationGroupResponse.Member> members)Instantiates a new Application group response. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ApplicationGroupResponse.Member> | getMembers()Gets members. | 
| String | getName()Gets name. | 
| String | getObjectId()Gets object id. | 
| boolean | isInheritanceAllowed()Is inheritance allowed boolean. | 
public ApplicationGroupResponse(String objectId, String name, boolean inheritanceAllowed, List<ApplicationGroupResponse.Member> members)
objectId - the object idname - the nameinheritanceAllowed - the inheritance allowedmembers - the memberspublic String getObjectId()
public String getName()
public boolean isInheritanceAllowed()
public List<ApplicationGroupResponse.Member> getMembers()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.