Package org.openapitools.client.model
Class WsFederationApplication
java.lang.Object
org.openapitools.client.model.Application
org.openapitools.client.model.WsFederationApplication
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class WsFederationApplication
extends Application
WsFederationApplication
-
Field Summary
FieldsFields inherited from class org.openapitools.client.model.Application
JSON_PROPERTY_ACCESSIBILITY, JSON_PROPERTY_CREATED, JSON_PROPERTY_EMBEDDED, JSON_PROPERTY_FEATURES, JSON_PROPERTY_ID, JSON_PROPERTY_LABEL, JSON_PROPERTY_LAST_UPDATED, JSON_PROPERTY_LICENSING, JSON_PROPERTY_LINKS, JSON_PROPERTY_PROFILE, JSON_PROPERTY_SIGN_ON_MODE, JSON_PROPERTY_STATUS, JSON_PROPERTY_VISIBILITY, signOnMode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
Get nameGet settingsint
hashCode()
void
void
setSettings
(WsFederationApplicationSettings settings) settings
(WsFederationApplicationSettings settings) toString()
Methods inherited from class org.openapitools.client.model.Application
accessibility, addFeaturesItem, features, getAccessibility, getCreated, getEmbedded, getFeatures, getId, getLabel, getLastUpdated, getLicensing, getLinks, getProfile, getSignOnMode, getStatus, getVisibility, label, licensing, links, profile, putProfileItem, setAccessibility, setFeatures, setLabel, setLicensing, setLinks, setProfile, setSignOnMode, setStatus, setVisibility, signOnMode, status, visibility
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_SETTINGS
- See Also:
-
-
Constructor Details
-
WsFederationApplication
public WsFederationApplication()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
settings
-
getSettings
Get settings- Returns:
- settings
-
setSettings
-
equals
- Overrides:
equals
in classApplication
-
hashCode
public int hashCode()- Overrides:
hashCode
in classApplication
-
toString
- Overrides:
toString
in classApplication
-