Package com.exoscale.sdk.model
Class ListUsers200Response
- java.lang.Object
-
- com.exoscale.sdk.model.ListUsers200Response
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class ListUsers200Response extends Object
ListUsers200Response
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_USERS
-
Constructor Summary
Constructors Constructor Description ListUsers200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListUsers200Response
addUsersItem(User usersItem)
boolean
equals(Object o)
Return true if this list_users_200_response object is equal to o.List<User>
getUsers()
Get usersint
hashCode()
void
setUsers(List<User> users)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.ListUsers200Response
users(List<User> users)
-
-
-
Field Detail
-
JSON_PROPERTY_USERS
public static final String JSON_PROPERTY_USERS
- See Also:
- Constant Field Values
-
-
Method Detail
-
users
public ListUsers200Response users(List<User> users)
-
addUsersItem
public ListUsers200Response addUsersItem(User usersItem)
-
equals
public boolean equals(Object o)
Return true if this list_users_200_response object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-