Class ScreenableField
java.lang.Object
io.github.primelib.jira4j.restv2.model.ScreenableField
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ScreenableField
extends Object
ScreenableField
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedScreenableField(String id, String name) Constructs a validated instance ofScreenableField.Constructs a validated instance ofScreenableField. -
Method Summary
-
Field Details
-
id
The ID of the screen tab field. -
name
The name of the screen tab field. Required on create and update. The maximum length is 255 characters.
-
-
Constructor Details
-
ScreenableField
Constructs a validated instance ofScreenableField.- Parameters:
spec- the specification to process
-
ScreenableField
Constructs a validated instance ofScreenableField.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ScreenableField(Consumer)instead.- Parameters:
id- The ID of the screen tab field.name- The name of the screen tab field. Required on create and update. The maximum length is 255 characters.
-
ScreenableField
protected ScreenableField()
-
-
Method Details
-
builder
-
id
The ID of the screen tab field. -
name
The name of the screen tab field. Required on create and update. The maximum length is 255 characters. -
id
The ID of the screen tab field.- Returns:
this.
-
name
The name of the screen tab field. Required on create and update. The maximum length is 255 characters.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-