Class ConnectModules
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ConnectModules
ConnectModules
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConnectModules(Consumer<ConnectModules> spec) Constructs a validated instance ofConnectModules.ConnectModules(List<Object> modules) Constructs a validated instance ofConnectModules. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()modules()A list of app modules in the same format as the `modules` property in the [app descriptor](https://developer.atlassian.com/cloud/confluence/app-descriptor/).A list of app modules in the same format as the `modules` property in the [app descriptor](https://developer.atlassian.com/cloud/confluence/app-descriptor/).toString()
-
Field Details
-
modules
A list of app modules in the same format as the `modules` property in the [app descriptor](https://developer.atlassian.com/cloud/confluence/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 the `modules` property in the [app descriptor](https://developer.atlassian.com/cloud/confluence/app-descriptor/).
-
ConnectModules
protected ConnectModules()
-
-
Method Details
-
modules
A list of app modules in the same format as the `modules` property in the [app descriptor](https://developer.atlassian.com/cloud/confluence/app-descriptor/). -
modules
A list of app modules in the same format as the `modules` property in the [app descriptor](https://developer.atlassian.com/cloud/confluence/app-descriptor/).- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-