Class DefaultLocalizations
java.lang.Object
de.xima.fc.api.rest.pub.client.user_portal.model.DefaultLocalizations
- All Implemented Interfaces:
Serializable
@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator")
public class DefaultLocalizations
extends Object
implements Serializable
The default localizations of the user portal.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreates a new model with the given enum and no other data.generalLocalizations(GeneralLocalizations generalLocalizations) Creates a new model with the given enum and no other data.Get formsPageGet generalLocalizationsGet growlMessagesGet loginPageGet messagesPageGet userFormRecordsPageGet userHeaderGet welcomePagegrowlMessages(GrowlMessages growlMessages) Creates a new model with the given enum and no other data.inthashCode()Creates a new model with the given enum and no other data.messagesPage(MessagesPage messagesPage) Creates a new model with the given enum and no other data.voidsetFormsPage(FormsPage formsPage) voidsetGeneralLocalizations(GeneralLocalizations generalLocalizations) voidsetGrowlMessages(GrowlMessages growlMessages) voidsetLoginPage(LoginPage loginPage) voidsetMessagesPage(MessagesPage messagesPage) voidsetUserFormRecordsPage(FormRecordsPage userFormRecordsPage) voidsetUserHeader(UserHeader userHeader) voidsetWelcomePage(WelcomePage welcomePage) toString()userFormRecordsPage(FormRecordsPage userFormRecordsPage) Creates a new model with the given enum and no other data.userHeader(UserHeader userHeader) Creates a new model with the given enum and no other data.welcomePage(WelcomePage welcomePage) Creates a new model with the given enum and no other data.
-
Field Details
-
JSON_PROPERTY_FORMS_PAGE
- See Also:
-
JSON_PROPERTY_GENERAL_LOCALIZATIONS
- See Also:
-
JSON_PROPERTY_GROWL_MESSAGES
- See Also:
-
JSON_PROPERTY_LOGIN_PAGE
- See Also:
-
JSON_PROPERTY_MESSAGES_PAGE
- See Also:
-
JSON_PROPERTY_USER_FORM_RECORDS_PAGE
- See Also:
-
JSON_PROPERTY_USER_HEADER
- See Also:
-
JSON_PROPERTY_WELCOME_PAGE
- See Also:
-
-
Constructor Details
-
DefaultLocalizations
public DefaultLocalizations()Creates a new empty model with no data yet. Use the various setters or fluent setters to add the appropriate data.
-
-
Method Details
-
formsPage
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getFormsPage
-
setFormsPage
-
generalLocalizations
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getGeneralLocalizations
Get generalLocalizations- Returns:
- generalLocalizations
-
setGeneralLocalizations
-
growlMessages
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getGrowlMessages
-
setGrowlMessages
-
loginPage
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getLoginPage
-
setLoginPage
-
messagesPage
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getMessagesPage
-
setMessagesPage
-
userFormRecordsPage
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getUserFormRecordsPage
Get userFormRecordsPage- Returns:
- userFormRecordsPage
-
setUserFormRecordsPage
-
userHeader
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getUserHeader
-
setUserHeader
-
welcomePage
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getWelcomePage
-
setWelcomePage
-
equals
-
hashCode
-
toString
-