@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class AuthorizationExceptionDtoAllOf extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_MISSING_AUTHORIZATIONS |
static String |
SERIALIZED_NAME_USER_ID |
Constructor and Description |
---|
AuthorizationExceptionDtoAllOf() |
Modifier and Type | Method and Description |
---|---|
AuthorizationExceptionDtoAllOf |
addMissingAuthorizationsItem(MissingAuthorizationDto missingAuthorizationsItem) |
boolean |
equals(Object o) |
List<MissingAuthorizationDto> |
getMissingAuthorizations()
Get missingAuthorizations
|
String |
getUserId()
The id of the user that does not have expected permissions
|
int |
hashCode() |
AuthorizationExceptionDtoAllOf |
missingAuthorizations(List<MissingAuthorizationDto> missingAuthorizations) |
void |
setMissingAuthorizations(List<MissingAuthorizationDto> missingAuthorizations) |
void |
setUserId(String userId) |
String |
toString() |
AuthorizationExceptionDtoAllOf |
userId(String userId) |
public static final String SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_MISSING_AUTHORIZATIONS
public AuthorizationExceptionDtoAllOf userId(String userId)
@Nullable public String getUserId()
public void setUserId(String userId)
public AuthorizationExceptionDtoAllOf missingAuthorizations(List<MissingAuthorizationDto> missingAuthorizations)
public AuthorizationExceptionDtoAllOf addMissingAuthorizationsItem(MissingAuthorizationDto missingAuthorizationsItem)
@Nullable public List<MissingAuthorizationDto> getMissingAuthorizations()
public void setMissingAuthorizations(List<MissingAuthorizationDto> missingAuthorizations)
Copyright © 2022. All rights reserved.