Class PolicyGroupResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.PolicyGroupResponse
-
public class PolicyGroupResponse extends Object
The policies in the group can be assumed to be in the same order defined in the policy map.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PolicyGroupResponse.GroupPolicyResponse
-
Field Summary
Fields Modifier and Type Field Description List<PolicyGroupResponse.GroupPolicyResponse>
policies
-
Constructor Summary
Constructors Constructor Description PolicyGroupResponse()
-
-
-
Field Detail
-
policies
public List<PolicyGroupResponse.GroupPolicyResponse> policies
-
-