Package com.legislate.model
Class CreateTeamRequestDTO
- java.lang.Object
-
- com.legislate.model.CreateTeamRequestDTO
-
public class CreateTeamRequestDTO extends Object
CreateTeamRequestDTO
-
-
Constructor Summary
Constructors Constructor Description CreateTeamRequestDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()The name of the team you'd like to create for the user.inthashCode()CreateTeamRequestDTOname(String name)voidsetName(String name)StringtoString()
-
-
-
Method Detail
-
name
public CreateTeamRequestDTO name(String name)
-
getName
public String getName()
The name of the team you'd like to create for the user.- Returns:
- name
-
setName
public void setName(String name)
-
-