Class GroupResponse
java.lang.Object
org.qubership.atp.itf.lite.backend.model.api.response.GroupResponse
- All Implemented Interfaces:
Comparable<GroupResponse>
-
Constructor Summary
ConstructorsConstructorDescriptionGroupResponse(UUID id, String name, EntityType type, Integer order, Date createdWhen, ParentRequestAuthorization parentAuth, Date modifiedWhen) GroupResponse constructor.GroupResponse(Folder folder, ParentRequestAuthorization parentAuth) Constructor.GroupResponse(Request request, ParentRequestAuthorization parentAuth) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChildren(Collection<GroupResponse> children) voidaddChildren(GroupResponse child) intcompareTo(GroupResponse node)
-
Constructor Details
-
GroupResponse
Constructor.- Parameters:
request- requestparentAuth- parent auth for request
-
GroupResponse
Constructor.- Parameters:
folder- folderparentAuth- parent auth for folder
-
GroupResponse
public GroupResponse(UUID id, String name, EntityType type, Integer order, Date createdWhen, @Nullable ParentRequestAuthorization parentAuth, Date modifiedWhen) GroupResponse constructor.
-
-
Method Details
-
addChildren
-
addChildren
-
compareTo
- Specified by:
compareToin interfaceComparable<GroupResponse>
-