-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EPMRPP-89095 || Add new scim related fields #2061
Conversation
src/main/java/com/epam/ta/reportportal/model/user/SearchUserResource.java
Show resolved
Hide resolved
src/main/java/com/epam/ta/reportportal/model/user/CreateUserRQConfirm.java
Show resolved
Hide resolved
src/main/java/com/epam/ta/reportportal/model/user/CreateUserRQConfirm.java
Show resolved
Hide resolved
@JsonInclude(Include.NON_NULL) | ||
public class CreateUserRQFull { | ||
|
||
@JsonProperty(value = "active", defaultValue = "true") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains a tab character.
@Schema(requiredMode = RequiredMode.NOT_REQUIRED, defaultValue = "true") | ||
private boolean active; | ||
|
||
@JsonProperty(value = "externalId") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains a tab character.
@Schema(requiredMode = RequiredMode.NOT_REQUIRED, defaultValue = "true") | ||
private boolean active; | ||
|
||
@JsonProperty(value = "externalId") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'member def modifier' has incorrect indentation level 8, expected level should be 2.
private boolean active; | ||
|
||
@JsonProperty(value = "externalId") | ||
@Schema(requiredMode = RequiredMode.NOT_REQUIRED) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains a tab character.
|
||
@JsonProperty(value = "externalId") | ||
@Schema(requiredMode = RequiredMode.NOT_REQUIRED) | ||
private String externalId; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains a tab character.
this.email = email; | ||
} | ||
@NotBlankString | ||
@Size(min = ValidationConstraints.MIN_USER_NAME_LENGTH, max = ValidationConstraints.MAX_USER_NAME_LENGTH) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is longer than 100 characters (found 107).
No description provided.