Class ConnectModules
java.lang.Object
io.github.primelib.jira4j.restv3.model.ConnectModules
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ConnectModules
extends Object
ConnectModules
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ConnectModules
(Consumer<ConnectModules> spec) Constructs a validated instance ofConnectModules
.ConnectModules
(List<Object> modules) Constructs a validated instance ofConnectModules
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
modules()
A list of app modules in the same format as themodules
property in the [app descriptor](https://developer.atlassian.com/cloud/jira/platform/app-descriptor/).A list of app modules in the same format as themodules
property in the [app descriptor](https://developer.atlassian.com/cloud/jira/platform/app-descriptor/).toString()
-
Field Details
-
modules
A list of app modules in the same format as themodules
property in the [app descriptor](https://developer.atlassian.com/cloud/jira/platform/app-descriptor/).
-
-
Constructor Details
-
ConnectModules
Constructs a validated instance ofConnectModules
.- Parameters:
spec
- the specification to process
-
ConnectModules
Constructs a validated instance ofConnectModules
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ConnectModules(Consumer)
instead.- Parameters:
modules
- A list of app modules in the same format as themodules
property in the [app descriptor](https://developer.atlassian.com/cloud/jira/platform/app-descriptor/).
-
ConnectModules
protected ConnectModules()
-
-
Method Details
-
builder
-
modules
A list of app modules in the same format as themodules
property in the [app descriptor](https://developer.atlassian.com/cloud/jira/platform/app-descriptor/). -
modules
A list of app modules in the same format as themodules
property in the [app descriptor](https://developer.atlassian.com/cloud/jira/platform/app-descriptor/).- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-