- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "externalId",
- "id",
- "name",
- "status"
-})
-public class AbstractGroupRepresentation {
-
- @JsonProperty("externalId")
- private String externalId;
- @JsonProperty("id")
- private Long id;
- @JsonProperty("name")
- private String name;
- @JsonProperty("status")
- private String status;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public AbstractGroupRepresentation() {
- }
-
- /**
- *
- * @param name
- * @param externalId
- * @param id
- * @param status
- */
- public AbstractGroupRepresentation(String externalId, Long id, String name, String status) {
- super();
- this.externalId = externalId;
- this.id = id;
- this.name = name;
- this.status = status;
- }
-
- @JsonProperty("externalId")
- public String getExternalId() {
- return externalId;
- }
-
- @JsonProperty("externalId")
- public void setExternalId(String externalId) {
- this.externalId = externalId;
- }
-
- public AbstractGroupRepresentation withExternalId(String externalId) {
- this.externalId = externalId;
- return this;
- }
-
- @JsonProperty("id")
- public Long getId() {
- return id;
- }
-
- @JsonProperty("id")
- public void setId(Long id) {
- this.id = id;
- }
-
- public AbstractGroupRepresentation withId(Long id) {
- this.id = id;
- return this;
- }
-
- @JsonProperty("name")
- public String getName() {
- return name;
- }
-
- @JsonProperty("name")
- public void setName(String name) {
- this.name = name;
- }
-
- public AbstractGroupRepresentation withName(String name) {
- this.name = name;
- return this;
- }
-
- @JsonProperty("status")
- public String getStatus() {
- return status;
- }
-
- @JsonProperty("status")
- public void setStatus(String status) {
- this.status = status;
- }
-
- public AbstractGroupRepresentation withStatus(String status) {
- this.status = status;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(AbstractGroupRepresentation.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("externalId");
- sb.append('=');
- sb.append(((this.externalId == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "company",
- "email",
- "externalId",
- "firstName",
- "id",
- "lastName",
- "pictureId"
-})
-public class AbstractUserRepresentation {
-
- @JsonProperty("company")
- private String company;
- @JsonProperty("email")
- private String email;
- @JsonProperty("externalId")
- private String externalId;
- @JsonProperty("firstName")
- private String firstName;
- @JsonProperty("id")
- private Long id;
- @JsonProperty("lastName")
- private String lastName;
- @JsonProperty("pictureId")
- private Long pictureId;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public AbstractUserRepresentation() {
- }
-
- /**
- *
- * @param firstName
- * @param lastName
- * @param pictureId
- * @param externalId
- * @param company
- * @param id
- * @param email
- */
- public AbstractUserRepresentation(String company, String email, String externalId, String firstName, Long id, String lastName, Long pictureId) {
- super();
- this.company = company;
- this.email = email;
- this.externalId = externalId;
- this.firstName = firstName;
- this.id = id;
- this.lastName = lastName;
- this.pictureId = pictureId;
- }
-
- @JsonProperty("company")
- public String getCompany() {
- return company;
- }
-
- @JsonProperty("company")
- public void setCompany(String company) {
- this.company = company;
- }
-
- public AbstractUserRepresentation withCompany(String company) {
- this.company = company;
- return this;
- }
-
- @JsonProperty("email")
- public String getEmail() {
- return email;
- }
-
- @JsonProperty("email")
- public void setEmail(String email) {
- this.email = email;
- }
-
- public AbstractUserRepresentation withEmail(String email) {
- this.email = email;
- return this;
- }
-
- @JsonProperty("externalId")
- public String getExternalId() {
- return externalId;
- }
-
- @JsonProperty("externalId")
- public void setExternalId(String externalId) {
- this.externalId = externalId;
- }
-
- public AbstractUserRepresentation withExternalId(String externalId) {
- this.externalId = externalId;
- return this;
- }
-
- @JsonProperty("firstName")
- public String getFirstName() {
- return firstName;
- }
-
- @JsonProperty("firstName")
- public void setFirstName(String firstName) {
- this.firstName = firstName;
- }
-
- public AbstractUserRepresentation withFirstName(String firstName) {
- this.firstName = firstName;
- return this;
- }
-
- @JsonProperty("id")
- public Long getId() {
- return id;
- }
-
- @JsonProperty("id")
- public void setId(Long id) {
- this.id = id;
- }
-
- public AbstractUserRepresentation withId(Long id) {
- this.id = id;
- return this;
- }
-
- @JsonProperty("lastName")
- public String getLastName() {
- return lastName;
- }
-
- @JsonProperty("lastName")
- public void setLastName(String lastName) {
- this.lastName = lastName;
- }
-
- public AbstractUserRepresentation withLastName(String lastName) {
- this.lastName = lastName;
- return this;
- }
-
- @JsonProperty("pictureId")
- public Long getPictureId() {
- return pictureId;
- }
-
- @JsonProperty("pictureId")
- public void setPictureId(Long pictureId) {
- this.pictureId = pictureId;
- }
-
- public AbstractUserRepresentation withPictureId(Long pictureId) {
- this.pictureId = pictureId;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(AbstractUserRepresentation.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("company");
- sb.append('=');
- sb.append(((this.company == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "capabilities"
-})
-public class AddGroupCapabilitiesRepresentation {
-
- @JsonProperty("capabilities")
- private List
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "description",
- "icon",
- "id",
- "name",
- "theme"
-})
-public class App {
-
- @JsonProperty("description")
- private String description;
- @JsonProperty("icon")
- private String icon;
- @JsonProperty("id")
- private Long id;
- @JsonProperty("name")
- private String name;
- @JsonProperty("theme")
- private String theme;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public App() {
- }
-
- /**
- *
- * @param icon
- * @param name
- * @param description
- * @param theme
- * @param id
- */
- public App(String description, String icon, Long id, String name, String theme) {
- super();
- this.description = description;
- this.icon = icon;
- this.id = id;
- this.name = name;
- this.theme = theme;
- }
-
- @JsonProperty("description")
- public String getDescription() {
- return description;
- }
-
- @JsonProperty("description")
- public void setDescription(String description) {
- this.description = description;
- }
-
- public App withDescription(String description) {
- this.description = description;
- return this;
- }
-
- @JsonProperty("icon")
- public String getIcon() {
- return icon;
- }
-
- @JsonProperty("icon")
- public void setIcon(String icon) {
- this.icon = icon;
- }
-
- public App withIcon(String icon) {
- this.icon = icon;
- return this;
- }
-
- @JsonProperty("id")
- public Long getId() {
- return id;
- }
-
- @JsonProperty("id")
- public void setId(Long id) {
- this.id = id;
- }
-
- public App withId(Long id) {
- this.id = id;
- return this;
- }
-
- @JsonProperty("name")
- public String getName() {
- return name;
- }
-
- @JsonProperty("name")
- public void setName(String name) {
- this.name = name;
- }
-
- public App withName(String name) {
- this.name = name;
- return this;
- }
-
- @JsonProperty("theme")
- public String getTheme() {
- return theme;
- }
-
- @JsonProperty("theme")
- public void setTheme(String theme) {
- this.theme = theme;
- }
-
- public App withTheme(String theme) {
- this.theme = theme;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(App.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("description");
- sb.append('=');
- sb.append(((this.description == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "defaultAppId",
- "deploymentId",
- "description",
- "icon",
- "id",
- "modelId",
- "name",
- "tenantId",
- "theme"
-})
-public class AppDefinition {
-
- @JsonProperty("defaultAppId")
- private String defaultAppId;
- @JsonProperty("deploymentId")
- private String deploymentId;
- @JsonProperty("description")
- private String description;
- @JsonProperty("icon")
- private String icon;
- @JsonProperty("id")
- private Long id;
- @JsonProperty("modelId")
- private Long modelId;
- @JsonProperty("name")
- private String name;
- @JsonProperty("tenantId")
- private Long tenantId;
- @JsonProperty("theme")
- private String theme;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public AppDefinition() {
- }
-
- /**
- *
- * @param modelId
- * @param deploymentId
- * @param icon
- * @param name
- * @param tenantId
- * @param description
- * @param theme
- * @param id
- * @param defaultAppId
- */
- public AppDefinition(String defaultAppId, String deploymentId, String description, String icon, Long id, Long modelId, String name, Long tenantId, String theme) {
- super();
- this.defaultAppId = defaultAppId;
- this.deploymentId = deploymentId;
- this.description = description;
- this.icon = icon;
- this.id = id;
- this.modelId = modelId;
- this.name = name;
- this.tenantId = tenantId;
- this.theme = theme;
- }
-
- @JsonProperty("defaultAppId")
- public String getDefaultAppId() {
- return defaultAppId;
- }
-
- @JsonProperty("defaultAppId")
- public void setDefaultAppId(String defaultAppId) {
- this.defaultAppId = defaultAppId;
- }
-
- public AppDefinition withDefaultAppId(String defaultAppId) {
- this.defaultAppId = defaultAppId;
- return this;
- }
-
- @JsonProperty("deploymentId")
- public String getDeploymentId() {
- return deploymentId;
- }
-
- @JsonProperty("deploymentId")
- public void setDeploymentId(String deploymentId) {
- this.deploymentId = deploymentId;
- }
-
- public AppDefinition withDeploymentId(String deploymentId) {
- this.deploymentId = deploymentId;
- return this;
- }
-
- @JsonProperty("description")
- public String getDescription() {
- return description;
- }
-
- @JsonProperty("description")
- public void setDescription(String description) {
- this.description = description;
- }
-
- public AppDefinition withDescription(String description) {
- this.description = description;
- return this;
- }
-
- @JsonProperty("icon")
- public String getIcon() {
- return icon;
- }
-
- @JsonProperty("icon")
- public void setIcon(String icon) {
- this.icon = icon;
- }
-
- public AppDefinition withIcon(String icon) {
- this.icon = icon;
- return this;
- }
-
- @JsonProperty("id")
- public Long getId() {
- return id;
- }
-
- @JsonProperty("id")
- public void setId(Long id) {
- this.id = id;
- }
-
- public AppDefinition withId(Long id) {
- this.id = id;
- return this;
- }
-
- @JsonProperty("modelId")
- public Long getModelId() {
- return modelId;
- }
-
- @JsonProperty("modelId")
- public void setModelId(Long modelId) {
- this.modelId = modelId;
- }
-
- public AppDefinition withModelId(Long modelId) {
- this.modelId = modelId;
- return this;
- }
-
- @JsonProperty("name")
- public String getName() {
- return name;
- }
-
- @JsonProperty("name")
- public void setName(String name) {
- this.name = name;
- }
-
- public AppDefinition withName(String name) {
- this.name = name;
- return this;
- }
-
- @JsonProperty("tenantId")
- public Long getTenantId() {
- return tenantId;
- }
-
- @JsonProperty("tenantId")
- public void setTenantId(Long tenantId) {
- this.tenantId = tenantId;
- }
-
- public AppDefinition withTenantId(Long tenantId) {
- this.tenantId = tenantId;
- return this;
- }
-
- @JsonProperty("theme")
- public String getTheme() {
- return theme;
- }
-
- @JsonProperty("theme")
- public void setTheme(String theme) {
- this.theme = theme;
- }
-
- public AppDefinition withTheme(String theme) {
- this.theme = theme;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(AppDefinition.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("defaultAppId");
- sb.append('=');
- sb.append(((this.defaultAppId == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "comment",
- "force"
-})
-public class AppDefinitionPublishRepresentation {
-
- @JsonProperty("comment")
- private String comment;
- @JsonProperty("force")
- private Boolean force;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public AppDefinitionPublishRepresentation() {
- }
-
- /**
- *
- * @param comment
- * @param force
- */
- public AppDefinitionPublishRepresentation(String comment, Boolean force) {
- super();
- this.comment = comment;
- this.force = force;
- }
-
- @JsonProperty("comment")
- public String getComment() {
- return comment;
- }
-
- @JsonProperty("comment")
- public void setComment(String comment) {
- this.comment = comment;
- }
-
- public AppDefinitionPublishRepresentation withComment(String comment) {
- this.comment = comment;
- return this;
- }
-
- @JsonProperty("force")
- public Boolean getForce() {
- return force;
- }
-
- @JsonProperty("force")
- public void setForce(Boolean force) {
- this.force = force;
- }
-
- public AppDefinitionPublishRepresentation withForce(Boolean force) {
- this.force = force;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(AppDefinitionPublishRepresentation.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("comment");
- sb.append('=');
- sb.append(((this.comment == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "defaultAppId",
- "deploymentId",
- "description",
- "icon",
- "id",
- "modelId",
- "name",
- "tenantId",
- "theme"
-})
-public class AppDefinitionRepresentation {
-
- @JsonProperty("defaultAppId")
- private String defaultAppId;
- @JsonProperty("deploymentId")
- private String deploymentId;
- @JsonProperty("description")
- private String description;
- @JsonProperty("icon")
- private String icon;
- @JsonProperty("id")
- private Long id;
- @JsonProperty("modelId")
- private Long modelId;
- @JsonProperty("name")
- private String name;
- @JsonProperty("tenantId")
- private Long tenantId;
- @JsonProperty("theme")
- private String theme;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public AppDefinitionRepresentation() {
- }
-
- /**
- *
- * @param modelId
- * @param deploymentId
- * @param icon
- * @param name
- * @param tenantId
- * @param description
- * @param theme
- * @param id
- * @param defaultAppId
- */
- public AppDefinitionRepresentation(String defaultAppId, String deploymentId, String description, String icon, Long id, Long modelId, String name, Long tenantId, String theme) {
- super();
- this.defaultAppId = defaultAppId;
- this.deploymentId = deploymentId;
- this.description = description;
- this.icon = icon;
- this.id = id;
- this.modelId = modelId;
- this.name = name;
- this.tenantId = tenantId;
- this.theme = theme;
- }
-
- @JsonProperty("defaultAppId")
- public String getDefaultAppId() {
- return defaultAppId;
- }
-
- @JsonProperty("defaultAppId")
- public void setDefaultAppId(String defaultAppId) {
- this.defaultAppId = defaultAppId;
- }
-
- public AppDefinitionRepresentation withDefaultAppId(String defaultAppId) {
- this.defaultAppId = defaultAppId;
- return this;
- }
-
- @JsonProperty("deploymentId")
- public String getDeploymentId() {
- return deploymentId;
- }
-
- @JsonProperty("deploymentId")
- public void setDeploymentId(String deploymentId) {
- this.deploymentId = deploymentId;
- }
-
- public AppDefinitionRepresentation withDeploymentId(String deploymentId) {
- this.deploymentId = deploymentId;
- return this;
- }
-
- @JsonProperty("description")
- public String getDescription() {
- return description;
- }
-
- @JsonProperty("description")
- public void setDescription(String description) {
- this.description = description;
- }
-
- public AppDefinitionRepresentation withDescription(String description) {
- this.description = description;
- return this;
- }
-
- @JsonProperty("icon")
- public String getIcon() {
- return icon;
- }
-
- @JsonProperty("icon")
- public void setIcon(String icon) {
- this.icon = icon;
- }
-
- public AppDefinitionRepresentation withIcon(String icon) {
- this.icon = icon;
- return this;
- }
-
- @JsonProperty("id")
- public Long getId() {
- return id;
- }
-
- @JsonProperty("id")
- public void setId(Long id) {
- this.id = id;
- }
-
- public AppDefinitionRepresentation withId(Long id) {
- this.id = id;
- return this;
- }
-
- @JsonProperty("modelId")
- public Long getModelId() {
- return modelId;
- }
-
- @JsonProperty("modelId")
- public void setModelId(Long modelId) {
- this.modelId = modelId;
- }
-
- public AppDefinitionRepresentation withModelId(Long modelId) {
- this.modelId = modelId;
- return this;
- }
-
- @JsonProperty("name")
- public String getName() {
- return name;
- }
-
- @JsonProperty("name")
- public void setName(String name) {
- this.name = name;
- }
-
- public AppDefinitionRepresentation withName(String name) {
- this.name = name;
- return this;
- }
-
- @JsonProperty("tenantId")
- public Long getTenantId() {
- return tenantId;
- }
-
- @JsonProperty("tenantId")
- public void setTenantId(Long tenantId) {
- this.tenantId = tenantId;
- }
-
- public AppDefinitionRepresentation withTenantId(Long tenantId) {
- this.tenantId = tenantId;
- return this;
- }
-
- @JsonProperty("theme")
- public String getTheme() {
- return theme;
- }
-
- @JsonProperty("theme")
- public void setTheme(String theme) {
- this.theme = theme;
- }
-
- public AppDefinitionRepresentation withTheme(String theme) {
- this.theme = theme;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(AppDefinitionRepresentation.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("defaultAppId");
- sb.append('=');
- sb.append(((this.defaultAppId == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "appDefinition",
- "force",
- "publish"
-})
-public class AppDefinitionSaveRepresentation {
-
- /**
- * AppDefinitionRepresentation
- *
- *
- *
- */
- @JsonProperty("appDefinition")
- private AppDefinition__1 appDefinition;
- @JsonProperty("force")
- private Boolean force;
- @JsonProperty("publish")
- private Boolean publish;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public AppDefinitionSaveRepresentation() {
- }
-
- /**
- *
- * @param appDefinition
- * @param publish
- * @param force
- */
- public AppDefinitionSaveRepresentation(AppDefinition__1 appDefinition, Boolean force, Boolean publish) {
- super();
- this.appDefinition = appDefinition;
- this.force = force;
- this.publish = publish;
- }
-
- /**
- * AppDefinitionRepresentation
- *
- *
- *
- */
- @JsonProperty("appDefinition")
- public AppDefinition__1 getAppDefinition() {
- return appDefinition;
- }
-
- /**
- * AppDefinitionRepresentation
- *
- *
- *
- */
- @JsonProperty("appDefinition")
- public void setAppDefinition(AppDefinition__1 appDefinition) {
- this.appDefinition = appDefinition;
- }
-
- public AppDefinitionSaveRepresentation withAppDefinition(AppDefinition__1 appDefinition) {
- this.appDefinition = appDefinition;
- return this;
- }
-
- @JsonProperty("force")
- public Boolean getForce() {
- return force;
- }
-
- @JsonProperty("force")
- public void setForce(Boolean force) {
- this.force = force;
- }
-
- public AppDefinitionSaveRepresentation withForce(Boolean force) {
- this.force = force;
- return this;
- }
-
- @JsonProperty("publish")
- public Boolean getPublish() {
- return publish;
- }
-
- @JsonProperty("publish")
- public void setPublish(Boolean publish) {
- this.publish = publish;
- }
-
- public AppDefinitionSaveRepresentation withPublish(Boolean publish) {
- this.publish = publish;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(AppDefinitionSaveRepresentation.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("appDefinition");
- sb.append('=');
- sb.append(((this.appDefinition == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "appDefinition",
- "customData",
- "error",
- "errorDescription",
- "errorType",
- "message",
- "messageKey"
-})
-public class AppDefinitionUpdateResultRepresentation {
-
- /**
- * AppDefinitionRepresentation
- *
- *
- *
- */
- @JsonProperty("appDefinition")
- private AppDefinition appDefinition;
- @JsonProperty("customData")
- private CustomData customData;
- @JsonProperty("error")
- private Boolean error;
- @JsonProperty("errorDescription")
- private String errorDescription;
- @JsonProperty("errorType")
- private Long errorType;
- @JsonProperty("message")
- private String message;
- @JsonProperty("messageKey")
- private String messageKey;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public AppDefinitionUpdateResultRepresentation() {
- }
-
- /**
- *
- * @param messageKey
- * @param appDefinition
- * @param errorDescription
- * @param errorType
- * @param customData
- * @param error
- * @param message
- */
- public AppDefinitionUpdateResultRepresentation(AppDefinition appDefinition, CustomData customData, Boolean error, String errorDescription, Long errorType, String message, String messageKey) {
- super();
- this.appDefinition = appDefinition;
- this.customData = customData;
- this.error = error;
- this.errorDescription = errorDescription;
- this.errorType = errorType;
- this.message = message;
- this.messageKey = messageKey;
- }
-
- /**
- * AppDefinitionRepresentation
- *
- *
- *
- */
- @JsonProperty("appDefinition")
- public AppDefinition getAppDefinition() {
- return appDefinition;
- }
-
- /**
- * AppDefinitionRepresentation
- *
- *
- *
- */
- @JsonProperty("appDefinition")
- public void setAppDefinition(AppDefinition appDefinition) {
- this.appDefinition = appDefinition;
- }
-
- public AppDefinitionUpdateResultRepresentation withAppDefinition(AppDefinition appDefinition) {
- this.appDefinition = appDefinition;
- return this;
- }
-
- @JsonProperty("customData")
- public CustomData getCustomData() {
- return customData;
- }
-
- @JsonProperty("customData")
- public void setCustomData(CustomData customData) {
- this.customData = customData;
- }
-
- public AppDefinitionUpdateResultRepresentation withCustomData(CustomData customData) {
- this.customData = customData;
- return this;
- }
-
- @JsonProperty("error")
- public Boolean getError() {
- return error;
- }
-
- @JsonProperty("error")
- public void setError(Boolean error) {
- this.error = error;
- }
-
- public AppDefinitionUpdateResultRepresentation withError(Boolean error) {
- this.error = error;
- return this;
- }
-
- @JsonProperty("errorDescription")
- public String getErrorDescription() {
- return errorDescription;
- }
-
- @JsonProperty("errorDescription")
- public void setErrorDescription(String errorDescription) {
- this.errorDescription = errorDescription;
- }
-
- public AppDefinitionUpdateResultRepresentation withErrorDescription(String errorDescription) {
- this.errorDescription = errorDescription;
- return this;
- }
-
- @JsonProperty("errorType")
- public Long getErrorType() {
- return errorType;
- }
-
- @JsonProperty("errorType")
- public void setErrorType(Long errorType) {
- this.errorType = errorType;
- }
-
- public AppDefinitionUpdateResultRepresentation withErrorType(Long errorType) {
- this.errorType = errorType;
- return this;
- }
-
- @JsonProperty("message")
- public String getMessage() {
- return message;
- }
-
- @JsonProperty("message")
- public void setMessage(String message) {
- this.message = message;
- }
-
- public AppDefinitionUpdateResultRepresentation withMessage(String message) {
- this.message = message;
- return this;
- }
-
- @JsonProperty("messageKey")
- public String getMessageKey() {
- return messageKey;
- }
-
- @JsonProperty("messageKey")
- public void setMessageKey(String messageKey) {
- this.messageKey = messageKey;
- }
-
- public AppDefinitionUpdateResultRepresentation withMessageKey(String messageKey) {
- this.messageKey = messageKey;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(AppDefinitionUpdateResultRepresentation.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("appDefinition");
- sb.append('=');
- sb.append(((this.appDefinition == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "defaultAppId",
- "deploymentId",
- "description",
- "icon",
- "id",
- "modelId",
- "name",
- "tenantId",
- "theme"
-})
-public class AppDefinition__1 {
-
- @JsonProperty("defaultAppId")
- private String defaultAppId;
- @JsonProperty("deploymentId")
- private String deploymentId;
- @JsonProperty("description")
- private String description;
- @JsonProperty("icon")
- private String icon;
- @JsonProperty("id")
- private Long id;
- @JsonProperty("modelId")
- private Long modelId;
- @JsonProperty("name")
- private String name;
- @JsonProperty("tenantId")
- private Long tenantId;
- @JsonProperty("theme")
- private String theme;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public AppDefinition__1() {
- }
-
- /**
- *
- * @param modelId
- * @param deploymentId
- * @param icon
- * @param name
- * @param tenantId
- * @param description
- * @param theme
- * @param id
- * @param defaultAppId
- */
- public AppDefinition__1(String defaultAppId, String deploymentId, String description, String icon, Long id, Long modelId, String name, Long tenantId, String theme) {
- super();
- this.defaultAppId = defaultAppId;
- this.deploymentId = deploymentId;
- this.description = description;
- this.icon = icon;
- this.id = id;
- this.modelId = modelId;
- this.name = name;
- this.tenantId = tenantId;
- this.theme = theme;
- }
-
- @JsonProperty("defaultAppId")
- public String getDefaultAppId() {
- return defaultAppId;
- }
-
- @JsonProperty("defaultAppId")
- public void setDefaultAppId(String defaultAppId) {
- this.defaultAppId = defaultAppId;
- }
-
- public AppDefinition__1 withDefaultAppId(String defaultAppId) {
- this.defaultAppId = defaultAppId;
- return this;
- }
-
- @JsonProperty("deploymentId")
- public String getDeploymentId() {
- return deploymentId;
- }
-
- @JsonProperty("deploymentId")
- public void setDeploymentId(String deploymentId) {
- this.deploymentId = deploymentId;
- }
-
- public AppDefinition__1 withDeploymentId(String deploymentId) {
- this.deploymentId = deploymentId;
- return this;
- }
-
- @JsonProperty("description")
- public String getDescription() {
- return description;
- }
-
- @JsonProperty("description")
- public void setDescription(String description) {
- this.description = description;
- }
-
- public AppDefinition__1 withDescription(String description) {
- this.description = description;
- return this;
- }
-
- @JsonProperty("icon")
- public String getIcon() {
- return icon;
- }
-
- @JsonProperty("icon")
- public void setIcon(String icon) {
- this.icon = icon;
- }
-
- public AppDefinition__1 withIcon(String icon) {
- this.icon = icon;
- return this;
- }
-
- @JsonProperty("id")
- public Long getId() {
- return id;
- }
-
- @JsonProperty("id")
- public void setId(Long id) {
- this.id = id;
- }
-
- public AppDefinition__1 withId(Long id) {
- this.id = id;
- return this;
- }
-
- @JsonProperty("modelId")
- public Long getModelId() {
- return modelId;
- }
-
- @JsonProperty("modelId")
- public void setModelId(Long modelId) {
- this.modelId = modelId;
- }
-
- public AppDefinition__1 withModelId(Long modelId) {
- this.modelId = modelId;
- return this;
- }
-
- @JsonProperty("name")
- public String getName() {
- return name;
- }
-
- @JsonProperty("name")
- public void setName(String name) {
- this.name = name;
- }
-
- public AppDefinition__1 withName(String name) {
- this.name = name;
- return this;
- }
-
- @JsonProperty("tenantId")
- public Long getTenantId() {
- return tenantId;
- }
-
- @JsonProperty("tenantId")
- public void setTenantId(Long tenantId) {
- this.tenantId = tenantId;
- }
-
- public AppDefinition__1 withTenantId(Long tenantId) {
- this.tenantId = tenantId;
- return this;
- }
-
- @JsonProperty("theme")
- public String getTheme() {
- return theme;
- }
-
- @JsonProperty("theme")
- public void setTheme(String theme) {
- this.theme = theme;
- }
-
- public AppDefinition__1 withTheme(String theme) {
- this.theme = theme;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(AppDefinition__1 .class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("defaultAppId");
- sb.append('=');
- sb.append(((this.defaultAppId == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "defaultAppId",
- "deploymentId",
- "description",
- "icon",
- "id",
- "modelId",
- "name",
- "tenantId",
- "theme"
-})
-public class AppDefinition__2 {
-
- @JsonProperty("defaultAppId")
- private String defaultAppId;
- @JsonProperty("deploymentId")
- private String deploymentId;
- @JsonProperty("description")
- private String description;
- @JsonProperty("icon")
- private String icon;
- @JsonProperty("id")
- private Long id;
- @JsonProperty("modelId")
- private Long modelId;
- @JsonProperty("name")
- private String name;
- @JsonProperty("tenantId")
- private Long tenantId;
- @JsonProperty("theme")
- private String theme;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public AppDefinition__2() {
- }
-
- /**
- *
- * @param modelId
- * @param deploymentId
- * @param icon
- * @param name
- * @param tenantId
- * @param description
- * @param theme
- * @param id
- * @param defaultAppId
- */
- public AppDefinition__2(String defaultAppId, String deploymentId, String description, String icon, Long id, Long modelId, String name, Long tenantId, String theme) {
- super();
- this.defaultAppId = defaultAppId;
- this.deploymentId = deploymentId;
- this.description = description;
- this.icon = icon;
- this.id = id;
- this.modelId = modelId;
- this.name = name;
- this.tenantId = tenantId;
- this.theme = theme;
- }
-
- @JsonProperty("defaultAppId")
- public String getDefaultAppId() {
- return defaultAppId;
- }
-
- @JsonProperty("defaultAppId")
- public void setDefaultAppId(String defaultAppId) {
- this.defaultAppId = defaultAppId;
- }
-
- public AppDefinition__2 withDefaultAppId(String defaultAppId) {
- this.defaultAppId = defaultAppId;
- return this;
- }
-
- @JsonProperty("deploymentId")
- public String getDeploymentId() {
- return deploymentId;
- }
-
- @JsonProperty("deploymentId")
- public void setDeploymentId(String deploymentId) {
- this.deploymentId = deploymentId;
- }
-
- public AppDefinition__2 withDeploymentId(String deploymentId) {
- this.deploymentId = deploymentId;
- return this;
- }
-
- @JsonProperty("description")
- public String getDescription() {
- return description;
- }
-
- @JsonProperty("description")
- public void setDescription(String description) {
- this.description = description;
- }
-
- public AppDefinition__2 withDescription(String description) {
- this.description = description;
- return this;
- }
-
- @JsonProperty("icon")
- public String getIcon() {
- return icon;
- }
-
- @JsonProperty("icon")
- public void setIcon(String icon) {
- this.icon = icon;
- }
-
- public AppDefinition__2 withIcon(String icon) {
- this.icon = icon;
- return this;
- }
-
- @JsonProperty("id")
- public Long getId() {
- return id;
- }
-
- @JsonProperty("id")
- public void setId(Long id) {
- this.id = id;
- }
-
- public AppDefinition__2 withId(Long id) {
- this.id = id;
- return this;
- }
-
- @JsonProperty("modelId")
- public Long getModelId() {
- return modelId;
- }
-
- @JsonProperty("modelId")
- public void setModelId(Long modelId) {
- this.modelId = modelId;
- }
-
- public AppDefinition__2 withModelId(Long modelId) {
- this.modelId = modelId;
- return this;
- }
-
- @JsonProperty("name")
- public String getName() {
- return name;
- }
-
- @JsonProperty("name")
- public void setName(String name) {
- this.name = name;
- }
-
- public AppDefinition__2 withName(String name) {
- this.name = name;
- return this;
- }
-
- @JsonProperty("tenantId")
- public Long getTenantId() {
- return tenantId;
- }
-
- @JsonProperty("tenantId")
- public void setTenantId(Long tenantId) {
- this.tenantId = tenantId;
- }
-
- public AppDefinition__2 withTenantId(Long tenantId) {
- this.tenantId = tenantId;
- return this;
- }
-
- @JsonProperty("theme")
- public String getTheme() {
- return theme;
- }
-
- @JsonProperty("theme")
- public void setTheme(String theme) {
- this.theme = theme;
- }
-
- public AppDefinition__2 withTheme(String theme) {
- this.theme = theme;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(AppDefinition__2 .class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("defaultAppId");
- sb.append('=');
- sb.append(((this.defaultAppId == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "defaultAppId",
- "deploymentId",
- "description",
- "icon",
- "id",
- "modelId",
- "name",
- "tenantId",
- "theme"
-})
-public class AppDefinition__3 {
-
- @JsonProperty("defaultAppId")
- private String defaultAppId;
- @JsonProperty("deploymentId")
- private String deploymentId;
- @JsonProperty("description")
- private String description;
- @JsonProperty("icon")
- private String icon;
- @JsonProperty("id")
- private Long id;
- @JsonProperty("modelId")
- private Long modelId;
- @JsonProperty("name")
- private String name;
- @JsonProperty("tenantId")
- private Long tenantId;
- @JsonProperty("theme")
- private String theme;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public AppDefinition__3() {
- }
-
- /**
- *
- * @param modelId
- * @param deploymentId
- * @param icon
- * @param name
- * @param tenantId
- * @param description
- * @param theme
- * @param id
- * @param defaultAppId
- */
- public AppDefinition__3(String defaultAppId, String deploymentId, String description, String icon, Long id, Long modelId, String name, Long tenantId, String theme) {
- super();
- this.defaultAppId = defaultAppId;
- this.deploymentId = deploymentId;
- this.description = description;
- this.icon = icon;
- this.id = id;
- this.modelId = modelId;
- this.name = name;
- this.tenantId = tenantId;
- this.theme = theme;
- }
-
- @JsonProperty("defaultAppId")
- public String getDefaultAppId() {
- return defaultAppId;
- }
-
- @JsonProperty("defaultAppId")
- public void setDefaultAppId(String defaultAppId) {
- this.defaultAppId = defaultAppId;
- }
-
- public AppDefinition__3 withDefaultAppId(String defaultAppId) {
- this.defaultAppId = defaultAppId;
- return this;
- }
-
- @JsonProperty("deploymentId")
- public String getDeploymentId() {
- return deploymentId;
- }
-
- @JsonProperty("deploymentId")
- public void setDeploymentId(String deploymentId) {
- this.deploymentId = deploymentId;
- }
-
- public AppDefinition__3 withDeploymentId(String deploymentId) {
- this.deploymentId = deploymentId;
- return this;
- }
-
- @JsonProperty("description")
- public String getDescription() {
- return description;
- }
-
- @JsonProperty("description")
- public void setDescription(String description) {
- this.description = description;
- }
-
- public AppDefinition__3 withDescription(String description) {
- this.description = description;
- return this;
- }
-
- @JsonProperty("icon")
- public String getIcon() {
- return icon;
- }
-
- @JsonProperty("icon")
- public void setIcon(String icon) {
- this.icon = icon;
- }
-
- public AppDefinition__3 withIcon(String icon) {
- this.icon = icon;
- return this;
- }
-
- @JsonProperty("id")
- public Long getId() {
- return id;
- }
-
- @JsonProperty("id")
- public void setId(Long id) {
- this.id = id;
- }
-
- public AppDefinition__3 withId(Long id) {
- this.id = id;
- return this;
- }
-
- @JsonProperty("modelId")
- public Long getModelId() {
- return modelId;
- }
-
- @JsonProperty("modelId")
- public void setModelId(Long modelId) {
- this.modelId = modelId;
- }
-
- public AppDefinition__3 withModelId(Long modelId) {
- this.modelId = modelId;
- return this;
- }
-
- @JsonProperty("name")
- public String getName() {
- return name;
- }
-
- @JsonProperty("name")
- public void setName(String name) {
- this.name = name;
- }
-
- public AppDefinition__3 withName(String name) {
- this.name = name;
- return this;
- }
-
- @JsonProperty("tenantId")
- public Long getTenantId() {
- return tenantId;
- }
-
- @JsonProperty("tenantId")
- public void setTenantId(Long tenantId) {
- this.tenantId = tenantId;
- }
-
- public AppDefinition__3 withTenantId(Long tenantId) {
- this.tenantId = tenantId;
- return this;
- }
-
- @JsonProperty("theme")
- public String getTheme() {
- return theme;
- }
-
- @JsonProperty("theme")
- public void setTheme(String theme) {
- this.theme = theme;
- }
-
- public AppDefinition__3 withTheme(String theme) {
- this.theme = theme;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(AppDefinition__3 .class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("defaultAppId");
- sb.append('=');
- sb.append(((this.defaultAppId == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "appDefinition",
- "created",
- "createdBy",
- "deploymentId",
- "dmnDeploymentId",
- "id"
-})
-public class AppDeploymentRepresentation {
-
- /**
- * AppDefinitionRepresentation
- *
- *
- *
- */
- @JsonProperty("appDefinition")
- private AppDefinition__2 appDefinition;
- @JsonProperty("created")
- private String created;
- /**
- * LightUserRepresentation
- *
- *
- *
- */
- @JsonProperty("createdBy")
- private CreatedBy createdBy;
- @JsonProperty("deploymentId")
- private String deploymentId;
- @JsonProperty("dmnDeploymentId")
- private Long dmnDeploymentId;
- @JsonProperty("id")
- private Long id;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public AppDeploymentRepresentation() {
- }
-
- /**
- *
- * @param appDefinition
- * @param createdBy
- * @param created
- * @param dmnDeploymentId
- * @param deploymentId
- * @param id
- */
- public AppDeploymentRepresentation(AppDefinition__2 appDefinition, String created, CreatedBy createdBy, String deploymentId, Long dmnDeploymentId, Long id) {
- super();
- this.appDefinition = appDefinition;
- this.created = created;
- this.createdBy = createdBy;
- this.deploymentId = deploymentId;
- this.dmnDeploymentId = dmnDeploymentId;
- this.id = id;
- }
-
- /**
- * AppDefinitionRepresentation
- *
- *
- *
- */
- @JsonProperty("appDefinition")
- public AppDefinition__2 getAppDefinition() {
- return appDefinition;
- }
-
- /**
- * AppDefinitionRepresentation
- *
- *
- *
- */
- @JsonProperty("appDefinition")
- public void setAppDefinition(AppDefinition__2 appDefinition) {
- this.appDefinition = appDefinition;
- }
-
- public AppDeploymentRepresentation withAppDefinition(AppDefinition__2 appDefinition) {
- this.appDefinition = appDefinition;
- return this;
- }
-
- @JsonProperty("created")
- public String getCreated() {
- return created;
- }
-
- @JsonProperty("created")
- public void setCreated(String created) {
- this.created = created;
- }
-
- public AppDeploymentRepresentation withCreated(String created) {
- this.created = created;
- return this;
- }
-
- /**
- * LightUserRepresentation
- *
- *
- *
- */
- @JsonProperty("createdBy")
- public CreatedBy getCreatedBy() {
- return createdBy;
- }
-
- /**
- * LightUserRepresentation
- *
- *
- *
- */
- @JsonProperty("createdBy")
- public void setCreatedBy(CreatedBy createdBy) {
- this.createdBy = createdBy;
- }
-
- public AppDeploymentRepresentation withCreatedBy(CreatedBy createdBy) {
- this.createdBy = createdBy;
- return this;
- }
-
- @JsonProperty("deploymentId")
- public String getDeploymentId() {
- return deploymentId;
- }
-
- @JsonProperty("deploymentId")
- public void setDeploymentId(String deploymentId) {
- this.deploymentId = deploymentId;
- }
-
- public AppDeploymentRepresentation withDeploymentId(String deploymentId) {
- this.deploymentId = deploymentId;
- return this;
- }
-
- @JsonProperty("dmnDeploymentId")
- public Long getDmnDeploymentId() {
- return dmnDeploymentId;
- }
-
- @JsonProperty("dmnDeploymentId")
- public void setDmnDeploymentId(Long dmnDeploymentId) {
- this.dmnDeploymentId = dmnDeploymentId;
- }
-
- public AppDeploymentRepresentation withDmnDeploymentId(Long dmnDeploymentId) {
- this.dmnDeploymentId = dmnDeploymentId;
- return this;
- }
-
- @JsonProperty("id")
- public Long getId() {
- return id;
- }
-
- @JsonProperty("id")
- public void setId(Long id) {
- this.id = id;
- }
-
- public AppDeploymentRepresentation withId(Long id) {
- this.id = id;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(AppDeploymentRepresentation.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("appDefinition");
- sb.append('=');
- sb.append(((this.appDefinition == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "expressions",
- "title"
-})
-public class AppliedRule {
-
- @JsonProperty("expressions")
- private List
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "array",
- "bigDecimal",
- "bigInteger",
- "binary",
- "boolean",
- "containerNode",
- "double",
- "float",
- "floatingPointNumber",
- "int",
- "integralNumber",
- "long",
- "missingNode",
- "nodeType",
- "null",
- "number",
- "object",
- "pojo",
- "short",
- "textual",
- "valueNode"
-})
-public class ArrayNode {
-
- @JsonProperty("array")
- private Boolean array;
- @JsonProperty("bigDecimal")
- private Boolean bigDecimal;
- @JsonProperty("bigInteger")
- private Boolean bigInteger;
- @JsonProperty("binary")
- private Boolean binary;
- @JsonProperty("boolean")
- private Boolean _boolean;
- @JsonProperty("containerNode")
- private Boolean containerNode;
- @JsonProperty("double")
- private Boolean _double;
- @JsonProperty("float")
- private Boolean _float;
- @JsonProperty("floatingPointNumber")
- private Boolean floatingPointNumber;
- @JsonProperty("int")
- private Boolean _int;
- @JsonProperty("integralNumber")
- private Boolean integralNumber;
- @JsonProperty("long")
- private Boolean _long;
- @JsonProperty("missingNode")
- private Boolean missingNode;
- @JsonProperty("nodeType")
- private ArrayNode.NodeType nodeType;
- @JsonProperty("null")
- private Boolean _null;
- @JsonProperty("number")
- private Boolean number;
- @JsonProperty("object")
- private Boolean object;
- @JsonProperty("pojo")
- private Boolean pojo;
- @JsonProperty("short")
- private Boolean _short;
- @JsonProperty("textual")
- private Boolean textual;
- @JsonProperty("valueNode")
- private Boolean valueNode;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public ArrayNode() {
- }
-
- /**
- *
- * @param integralNumber
- * @param _boolean
- * @param _null
- * @param valueNode
- * @param bigInteger
- * @param floatingPointNumber
- * @param nodeType
- * @param textual
- * @param missingNode
- * @param pojo
- * @param _float
- * @param number
- * @param array
- * @param _long
- * @param binary
- * @param _double
- * @param containerNode
- * @param bigDecimal
- * @param _int
- * @param _short
- * @param object
- */
- public ArrayNode(Boolean array, Boolean bigDecimal, Boolean bigInteger, Boolean binary, Boolean _boolean, Boolean containerNode, Boolean _double, Boolean _float, Boolean floatingPointNumber, Boolean _int, Boolean integralNumber, Boolean _long, Boolean missingNode, ArrayNode.NodeType nodeType, Boolean _null, Boolean number, Boolean object, Boolean pojo, Boolean _short, Boolean textual, Boolean valueNode) {
- super();
- this.array = array;
- this.bigDecimal = bigDecimal;
- this.bigInteger = bigInteger;
- this.binary = binary;
- this._boolean = _boolean;
- this.containerNode = containerNode;
- this._double = _double;
- this._float = _float;
- this.floatingPointNumber = floatingPointNumber;
- this._int = _int;
- this.integralNumber = integralNumber;
- this._long = _long;
- this.missingNode = missingNode;
- this.nodeType = nodeType;
- this._null = _null;
- this.number = number;
- this.object = object;
- this.pojo = pojo;
- this._short = _short;
- this.textual = textual;
- this.valueNode = valueNode;
- }
-
- @JsonProperty("array")
- public Boolean getArray() {
- return array;
- }
-
- @JsonProperty("array")
- public void setArray(Boolean array) {
- this.array = array;
- }
-
- public ArrayNode withArray(Boolean array) {
- this.array = array;
- return this;
- }
-
- @JsonProperty("bigDecimal")
- public Boolean getBigDecimal() {
- return bigDecimal;
- }
-
- @JsonProperty("bigDecimal")
- public void setBigDecimal(Boolean bigDecimal) {
- this.bigDecimal = bigDecimal;
- }
-
- public ArrayNode withBigDecimal(Boolean bigDecimal) {
- this.bigDecimal = bigDecimal;
- return this;
- }
-
- @JsonProperty("bigInteger")
- public Boolean getBigInteger() {
- return bigInteger;
- }
-
- @JsonProperty("bigInteger")
- public void setBigInteger(Boolean bigInteger) {
- this.bigInteger = bigInteger;
- }
-
- public ArrayNode withBigInteger(Boolean bigInteger) {
- this.bigInteger = bigInteger;
- return this;
- }
-
- @JsonProperty("binary")
- public Boolean getBinary() {
- return binary;
- }
-
- @JsonProperty("binary")
- public void setBinary(Boolean binary) {
- this.binary = binary;
- }
-
- public ArrayNode withBinary(Boolean binary) {
- this.binary = binary;
- return this;
- }
-
- @JsonProperty("boolean")
- public Boolean getBoolean() {
- return _boolean;
- }
-
- @JsonProperty("boolean")
- public void setBoolean(Boolean _boolean) {
- this._boolean = _boolean;
- }
-
- public ArrayNode withBoolean(Boolean _boolean) {
- this._boolean = _boolean;
- return this;
- }
-
- @JsonProperty("containerNode")
- public Boolean getContainerNode() {
- return containerNode;
- }
-
- @JsonProperty("containerNode")
- public void setContainerNode(Boolean containerNode) {
- this.containerNode = containerNode;
- }
-
- public ArrayNode withContainerNode(Boolean containerNode) {
- this.containerNode = containerNode;
- return this;
- }
-
- @JsonProperty("double")
- public Boolean getDouble() {
- return _double;
- }
-
- @JsonProperty("double")
- public void setDouble(Boolean _double) {
- this._double = _double;
- }
-
- public ArrayNode withDouble(Boolean _double) {
- this._double = _double;
- return this;
- }
-
- @JsonProperty("float")
- public Boolean getFloat() {
- return _float;
- }
-
- @JsonProperty("float")
- public void setFloat(Boolean _float) {
- this._float = _float;
- }
-
- public ArrayNode withFloat(Boolean _float) {
- this._float = _float;
- return this;
- }
-
- @JsonProperty("floatingPointNumber")
- public Boolean getFloatingPointNumber() {
- return floatingPointNumber;
- }
-
- @JsonProperty("floatingPointNumber")
- public void setFloatingPointNumber(Boolean floatingPointNumber) {
- this.floatingPointNumber = floatingPointNumber;
- }
-
- public ArrayNode withFloatingPointNumber(Boolean floatingPointNumber) {
- this.floatingPointNumber = floatingPointNumber;
- return this;
- }
-
- @JsonProperty("int")
- public Boolean getInt() {
- return _int;
- }
-
- @JsonProperty("int")
- public void setInt(Boolean _int) {
- this._int = _int;
- }
-
- public ArrayNode withInt(Boolean _int) {
- this._int = _int;
- return this;
- }
-
- @JsonProperty("integralNumber")
- public Boolean getIntegralNumber() {
- return integralNumber;
- }
-
- @JsonProperty("integralNumber")
- public void setIntegralNumber(Boolean integralNumber) {
- this.integralNumber = integralNumber;
- }
-
- public ArrayNode withIntegralNumber(Boolean integralNumber) {
- this.integralNumber = integralNumber;
- return this;
- }
-
- @JsonProperty("long")
- public Boolean getLong() {
- return _long;
- }
-
- @JsonProperty("long")
- public void setLong(Boolean _long) {
- this._long = _long;
- }
-
- public ArrayNode withLong(Boolean _long) {
- this._long = _long;
- return this;
- }
-
- @JsonProperty("missingNode")
- public Boolean getMissingNode() {
- return missingNode;
- }
-
- @JsonProperty("missingNode")
- public void setMissingNode(Boolean missingNode) {
- this.missingNode = missingNode;
- }
-
- public ArrayNode withMissingNode(Boolean missingNode) {
- this.missingNode = missingNode;
- return this;
- }
-
- @JsonProperty("nodeType")
- public ArrayNode.NodeType getNodeType() {
- return nodeType;
- }
-
- @JsonProperty("nodeType")
- public void setNodeType(ArrayNode.NodeType nodeType) {
- this.nodeType = nodeType;
- }
-
- public ArrayNode withNodeType(ArrayNode.NodeType nodeType) {
- this.nodeType = nodeType;
- return this;
- }
-
- @JsonProperty("null")
- public Boolean getNull() {
- return _null;
- }
-
- @JsonProperty("null")
- public void setNull(Boolean _null) {
- this._null = _null;
- }
-
- public ArrayNode withNull(Boolean _null) {
- this._null = _null;
- return this;
- }
-
- @JsonProperty("number")
- public Boolean getNumber() {
- return number;
- }
-
- @JsonProperty("number")
- public void setNumber(Boolean number) {
- this.number = number;
- }
-
- public ArrayNode withNumber(Boolean number) {
- this.number = number;
- return this;
- }
-
- @JsonProperty("object")
- public Boolean getObject() {
- return object;
- }
-
- @JsonProperty("object")
- public void setObject(Boolean object) {
- this.object = object;
- }
-
- public ArrayNode withObject(Boolean object) {
- this.object = object;
- return this;
- }
-
- @JsonProperty("pojo")
- public Boolean getPojo() {
- return pojo;
- }
-
- @JsonProperty("pojo")
- public void setPojo(Boolean pojo) {
- this.pojo = pojo;
- }
-
- public ArrayNode withPojo(Boolean pojo) {
- this.pojo = pojo;
- return this;
- }
-
- @JsonProperty("short")
- public Boolean getShort() {
- return _short;
- }
-
- @JsonProperty("short")
- public void setShort(Boolean _short) {
- this._short = _short;
- }
-
- public ArrayNode withShort(Boolean _short) {
- this._short = _short;
- return this;
- }
-
- @JsonProperty("textual")
- public Boolean getTextual() {
- return textual;
- }
-
- @JsonProperty("textual")
- public void setTextual(Boolean textual) {
- this.textual = textual;
- }
-
- public ArrayNode withTextual(Boolean textual) {
- this.textual = textual;
- return this;
- }
-
- @JsonProperty("valueNode")
- public Boolean getValueNode() {
- return valueNode;
- }
-
- @JsonProperty("valueNode")
- public void setValueNode(Boolean valueNode) {
- this.valueNode = valueNode;
- }
-
- public ArrayNode withValueNode(Boolean valueNode) {
- this.valueNode = valueNode;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(ArrayNode.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("array");
- sb.append('=');
- sb.append(((this.array == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "company",
- "email",
- "externalId",
- "firstName",
- "id",
- "lastName",
- "pictureId"
-})
-public class Assignee {
-
- @JsonProperty("company")
- private String company;
- @JsonProperty("email")
- private String email;
- @JsonProperty("externalId")
- private String externalId;
- @JsonProperty("firstName")
- private String firstName;
- @JsonProperty("id")
- private Long id;
- @JsonProperty("lastName")
- private String lastName;
- @JsonProperty("pictureId")
- private Long pictureId;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public Assignee() {
- }
-
- /**
- *
- * @param firstName
- * @param lastName
- * @param pictureId
- * @param externalId
- * @param company
- * @param id
- * @param email
- */
- public Assignee(String company, String email, String externalId, String firstName, Long id, String lastName, Long pictureId) {
- super();
- this.company = company;
- this.email = email;
- this.externalId = externalId;
- this.firstName = firstName;
- this.id = id;
- this.lastName = lastName;
- this.pictureId = pictureId;
- }
-
- @JsonProperty("company")
- public String getCompany() {
- return company;
- }
-
- @JsonProperty("company")
- public void setCompany(String company) {
- this.company = company;
- }
-
- public Assignee withCompany(String company) {
- this.company = company;
- return this;
- }
-
- @JsonProperty("email")
- public String getEmail() {
- return email;
- }
-
- @JsonProperty("email")
- public void setEmail(String email) {
- this.email = email;
- }
-
- public Assignee withEmail(String email) {
- this.email = email;
- return this;
- }
-
- @JsonProperty("externalId")
- public String getExternalId() {
- return externalId;
- }
-
- @JsonProperty("externalId")
- public void setExternalId(String externalId) {
- this.externalId = externalId;
- }
-
- public Assignee withExternalId(String externalId) {
- this.externalId = externalId;
- return this;
- }
-
- @JsonProperty("firstName")
- public String getFirstName() {
- return firstName;
- }
-
- @JsonProperty("firstName")
- public void setFirstName(String firstName) {
- this.firstName = firstName;
- }
-
- public Assignee withFirstName(String firstName) {
- this.firstName = firstName;
- return this;
- }
-
- @JsonProperty("id")
- public Long getId() {
- return id;
- }
-
- @JsonProperty("id")
- public void setId(Long id) {
- this.id = id;
- }
-
- public Assignee withId(Long id) {
- this.id = id;
- return this;
- }
-
- @JsonProperty("lastName")
- public String getLastName() {
- return lastName;
- }
-
- @JsonProperty("lastName")
- public void setLastName(String lastName) {
- this.lastName = lastName;
- }
-
- public Assignee withLastName(String lastName) {
- this.lastName = lastName;
- return this;
- }
-
- @JsonProperty("pictureId")
- public Long getPictureId() {
- return pictureId;
- }
-
- @JsonProperty("pictureId")
- public void setPictureId(Long pictureId) {
- this.pictureId = pictureId;
- }
-
- public Assignee withPictureId(Long pictureId) {
- this.pictureId = pictureId;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(Assignee.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("company");
- sb.append('=');
- sb.append(((this.company == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "authenticationURL",
- "expireDate",
- "ownerEmail"
-})
-public class BoxUserAccountCredentialsRepresentation {
-
- @JsonProperty("authenticationURL")
- private String authenticationURL;
- @JsonProperty("expireDate")
- private String expireDate;
- @JsonProperty("ownerEmail")
- private String ownerEmail;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public BoxUserAccountCredentialsRepresentation() {
- }
-
- /**
- *
- * @param expireDate
- * @param authenticationURL
- * @param ownerEmail
- */
- public BoxUserAccountCredentialsRepresentation(String authenticationURL, String expireDate, String ownerEmail) {
- super();
- this.authenticationURL = authenticationURL;
- this.expireDate = expireDate;
- this.ownerEmail = ownerEmail;
- }
-
- @JsonProperty("authenticationURL")
- public String getAuthenticationURL() {
- return authenticationURL;
- }
-
- @JsonProperty("authenticationURL")
- public void setAuthenticationURL(String authenticationURL) {
- this.authenticationURL = authenticationURL;
- }
-
- public BoxUserAccountCredentialsRepresentation withAuthenticationURL(String authenticationURL) {
- this.authenticationURL = authenticationURL;
- return this;
- }
-
- @JsonProperty("expireDate")
- public String getExpireDate() {
- return expireDate;
- }
-
- @JsonProperty("expireDate")
- public void setExpireDate(String expireDate) {
- this.expireDate = expireDate;
- }
-
- public BoxUserAccountCredentialsRepresentation withExpireDate(String expireDate) {
- this.expireDate = expireDate;
- return this;
- }
-
- @JsonProperty("ownerEmail")
- public String getOwnerEmail() {
- return ownerEmail;
- }
-
- @JsonProperty("ownerEmail")
- public void setOwnerEmail(String ownerEmail) {
- this.ownerEmail = ownerEmail;
- }
-
- public BoxUserAccountCredentialsRepresentation withOwnerEmail(String ownerEmail) {
- this.ownerEmail = ownerEmail;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(BoxUserAccountCredentialsRepresentation.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("authenticationURL");
- sb.append('=');
- sb.append(((this.authenticationURL == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "accountType",
- "password",
- "primaryGroupId",
- "sendNotifications",
- "status",
- "tenantId",
- "users"
-})
-public class BulkUserUpdateRepresentation {
-
- @JsonProperty("accountType")
- private String accountType;
- @JsonProperty("password")
- private String password;
- @JsonProperty("primaryGroupId")
- private Long primaryGroupId;
- @JsonProperty("sendNotifications")
- private Boolean sendNotifications;
- @JsonProperty("status")
- private String status;
- @JsonProperty("tenantId")
- private Long tenantId;
- @JsonProperty("users")
- private List
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "name",
- "value"
-})
-public class CalculatedValue {
-
- @JsonProperty("name")
- private String name;
- @JsonProperty("value")
- private String value;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public CalculatedValue() {
- }
-
- /**
- *
- * @param name
- * @param value
- */
- public CalculatedValue(String name, String value) {
- super();
- this.name = name;
- this.value = value;
- }
-
- @JsonProperty("name")
- public String getName() {
- return name;
- }
-
- @JsonProperty("name")
- public void setName(String name) {
- this.name = name;
- }
-
- public CalculatedValue withName(String name) {
- this.name = name;
- return this;
- }
-
- @JsonProperty("value")
- public String getValue() {
- return value;
- }
-
- @JsonProperty("value")
- public void setValue(String value) {
- this.value = value;
- }
-
- public CalculatedValue withValue(String value) {
- this.value = value;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(CalculatedValue.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("name");
- sb.append('=');
- sb.append(((this.name == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "id",
- "name"
-})
-public class Capability {
-
- @JsonProperty("id")
- private Long id;
- @JsonProperty("name")
- private String name;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public Capability() {
- }
-
- /**
- *
- * @param name
- * @param id
- */
- public Capability(Long id, String name) {
- super();
- this.id = id;
- this.name = name;
- }
-
- @JsonProperty("id")
- public Long getId() {
- return id;
- }
-
- @JsonProperty("id")
- public void setId(Long id) {
- this.id = id;
- }
-
- public Capability withId(Long id) {
- this.id = id;
- return this;
- }
-
- @JsonProperty("name")
- public String getName() {
- return name;
- }
-
- @JsonProperty("name")
- public void setName(String name) {
- this.name = name;
- }
-
- public Capability withName(String name) {
- this.name = name;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(Capability.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("id");
- sb.append('=');
- sb.append(((this.id == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "id",
- "name"
-})
-public class Capability__1 {
-
- @JsonProperty("id")
- private Long id;
- @JsonProperty("name")
- private String name;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public Capability__1() {
- }
-
- /**
- *
- * @param name
- * @param id
- */
- public Capability__1(Long id, String name) {
- super();
- this.id = id;
- this.name = name;
- }
-
- @JsonProperty("id")
- public Long getId() {
- return id;
- }
-
- @JsonProperty("id")
- public void setId(Long id) {
- this.id = id;
- }
-
- public Capability__1 withId(Long id) {
- this.id = id;
- return this;
- }
-
- @JsonProperty("name")
- public String getName() {
- return name;
- }
-
- @JsonProperty("name")
- public void setName(String name) {
- this.name = name;
- }
-
- public Capability__1 withName(String name) {
- this.name = name;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(Capability__1 .class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("id");
- sb.append('=');
- sb.append(((this.id == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "id",
- "name"
-})
-public class Capability__2 {
-
- @JsonProperty("id")
- private Long id;
- @JsonProperty("name")
- private String name;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public Capability__2() {
- }
-
- /**
- *
- * @param name
- * @param id
- */
- public Capability__2(Long id, String name) {
- super();
- this.id = id;
- this.name = name;
- }
-
- @JsonProperty("id")
- public Long getId() {
- return id;
- }
-
- @JsonProperty("id")
- public void setId(Long id) {
- this.id = id;
- }
-
- public Capability__2 withId(Long id) {
- this.id = id;
- return this;
- }
-
- @JsonProperty("name")
- public String getName() {
- return name;
- }
-
- @JsonProperty("name")
- public void setName(String name) {
- this.name = name;
- }
-
- public Capability__2 withName(String name) {
- this.name = name;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(Capability__2 .class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("id");
- sb.append('=');
- sb.append(((this.id == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "newPassword",
- "oldPassword"
-})
-public class ChangePasswordRepresentation {
-
- @JsonProperty("newPassword")
- private String newPassword;
- @JsonProperty("oldPassword")
- private String oldPassword;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public ChangePasswordRepresentation() {
- }
-
- /**
- *
- * @param oldPassword
- * @param newPassword
- */
- public ChangePasswordRepresentation(String newPassword, String oldPassword) {
- super();
- this.newPassword = newPassword;
- this.oldPassword = oldPassword;
- }
-
- @JsonProperty("newPassword")
- public String getNewPassword() {
- return newPassword;
- }
-
- @JsonProperty("newPassword")
- public void setNewPassword(String newPassword) {
- this.newPassword = newPassword;
- }
-
- public ChangePasswordRepresentation withNewPassword(String newPassword) {
- this.newPassword = newPassword;
- return this;
- }
-
- @JsonProperty("oldPassword")
- public String getOldPassword() {
- return oldPassword;
- }
-
- @JsonProperty("oldPassword")
- public void setOldPassword(String oldPassword) {
- this.oldPassword = oldPassword;
- }
-
- public ChangePasswordRepresentation withOldPassword(String oldPassword) {
- this.oldPassword = oldPassword;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(ChangePasswordRepresentation.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("newPassword");
- sb.append('=');
- sb.append(((this.newPassword == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "order"
-})
-public class ChecklistOrderRepresentation {
-
- @JsonProperty("order")
- private List
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "author",
- "message"
-})
-public class Comment {
-
- @JsonProperty("author")
- private String author;
- @JsonProperty("message")
- private String message;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public Comment() {
- }
-
- /**
- *
- * @param author
- * @param message
- */
- public Comment(String author, String message) {
- super();
- this.author = author;
- this.message = message;
- }
-
- @JsonProperty("author")
- public String getAuthor() {
- return author;
- }
-
- @JsonProperty("author")
- public void setAuthor(String author) {
- this.author = author;
- }
-
- public Comment withAuthor(String author) {
- this.author = author;
- return this;
- }
-
- @JsonProperty("message")
- public String getMessage() {
- return message;
- }
-
- @JsonProperty("message")
- public void setMessage(String message) {
- this.message = message;
- }
-
- public Comment withMessage(String message) {
- this.message = message;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(Comment.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("author");
- sb.append('=');
- sb.append(((this.author == null)?"
- *
- *
- */
-@JsonInclude(JsonInclude.Include.NON_NULL)
-@JsonPropertyOrder({
- "created",
- "createdBy",
- "id",
- "message"
-})
-public class CommentRepresentation {
-
- @JsonProperty("created")
- private String created;
- /**
- * LightUserRepresentation
- *
- *
- *
- */
- @JsonProperty("createdBy")
- private CreatedBy__2 createdBy;
- @JsonProperty("id")
- private Long id;
- @JsonProperty("message")
- private String message;
-
- /**
- * No args constructor for use in serialization
- *
- */
- public CommentRepresentation() {
- }
-
- /**
- *
- * @param createdBy
- * @param created
- * @param id
- * @param message
- */
- public CommentRepresentation(String created, CreatedBy__2 createdBy, Long id, String message) {
- super();
- this.created = created;
- this.createdBy = createdBy;
- this.id = id;
- this.message = message;
- }
-
- @JsonProperty("created")
- public String getCreated() {
- return created;
- }
-
- @JsonProperty("created")
- public void setCreated(String created) {
- this.created = created;
- }
-
- public CommentRepresentation withCreated(String created) {
- this.created = created;
- return this;
- }
-
- /**
- * LightUserRepresentation
- *
- *
- *
- */
- @JsonProperty("createdBy")
- public CreatedBy__2 getCreatedBy() {
- return createdBy;
- }
-
- /**
- * LightUserRepresentation
- *
- *
- *
- */
- @JsonProperty("createdBy")
- public void setCreatedBy(CreatedBy__2 createdBy) {
- this.createdBy = createdBy;
- }
-
- public CommentRepresentation withCreatedBy(CreatedBy__2 createdBy) {
- this.createdBy = createdBy;
- return this;
- }
-
- @JsonProperty("id")
- public Long getId() {
- return id;
- }
-
- @JsonProperty("id")
- public void setId(Long id) {
- this.id = id;
- }
-
- public CommentRepresentation withId(Long id) {
- this.id = id;
- return this;
- }
-
- @JsonProperty("message")
- public String getMessage() {
- return message;
- }
-
- @JsonProperty("message")
- public void setMessage(String message) {
- this.message = message;
- }
-
- public CommentRepresentation withMessage(String message) {
- this.message = message;
- return this;
- }
-
- @Override
- public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append(CommentRepresentation.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('[');
- sb.append("created");
- sb.append('=');
- sb.append(((this.created == null)?"