Class CustomFieldContextDefaultValueURL
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextDefaultValueURL
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValueURL
extends Object
CustomFieldContextDefaultValueURL
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCustomFieldContextDefaultValueURL(String contextId, String type, String url) Constructs a validated instance ofCustomFieldContextDefaultValueURL.Constructs a validated instance ofCustomFieldContextDefaultValueURL. -
Method Summary
-
Field Details
-
contextId
The ID of the context. -
type
-
url
The default URL.
-
-
Constructor Details
-
CustomFieldContextDefaultValueURL
Constructs a validated instance ofCustomFieldContextDefaultValueURL.- Parameters:
spec- the specification to process
-
CustomFieldContextDefaultValueURL
Constructs a validated instance ofCustomFieldContextDefaultValueURL.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextDefaultValueURL(Consumer)instead.- Parameters:
contextId- The ID of the context.type- typeurl- The default URL.
-
CustomFieldContextDefaultValueURL
protected CustomFieldContextDefaultValueURL()
-
-
Method Details
-
builder
-
contextId
The ID of the context. -
type
-
url
The default URL. -
contextId
The ID of the context.- Returns:
this.
-
type
- Returns:
this.
-
url
The default URL.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-