Class BulkEditShareableEntityResponse
java.lang.Object
io.github.primelib.jira4j.restv2.model.BulkEditShareableEntityResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BulkEditShareableEntityResponse
extends Object
BulkEditShareableEntityResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAllowed action for bulk edit shareable entitystatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionAllowed action for bulk edit shareable entityprotected Map<String,BulkEditActionError> The mapping dashboard id to errors if any. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBulkEditShareableEntityResponse(BulkEditShareableEntityResponse.ActionEnum action, Map<String, BulkEditActionError> entityErrors) Constructs a validated instance ofBulkEditShareableEntityResponse.Constructs a validated instance ofBulkEditShareableEntityResponse. -
Method Summary
Modifier and TypeMethodDescriptionaction()Allowed action for bulk edit shareable entityAllowed action for bulk edit shareable entitybuilder()protected booleanThe mapping dashboard id to errors if any.entityErrors(Map<String, BulkEditActionError> entityErrors) The mapping dashboard id to errors if any.booleaninthashCode()toString()
-
Field Details
-
action
Allowed action for bulk edit shareable entity -
entityErrors
The mapping dashboard id to errors if any.
-
-
Constructor Details
-
BulkEditShareableEntityResponse
Constructs a validated instance ofBulkEditShareableEntityResponse.- Parameters:
spec- the specification to process
-
BulkEditShareableEntityResponse
protected BulkEditShareableEntityResponse()
-
-
Method Details
-
builder
-
action
Allowed action for bulk edit shareable entity -
entityErrors
The mapping dashboard id to errors if any. -
entityErrors
The mapping dashboard id to errors if any.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-