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