Package sh.ory.model
Class UiNodeAttributes
java.lang.Object
sh.ory.model.UiNodeAttributes
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class UiNodeAttributes extends Object
UiNodeAttributes
-
Field Summary
Fields Modifier and Type Field Description protected StringnodeTypestatic StringSERIALIZED_NAME_ASYNCstatic StringSERIALIZED_NAME_CROSSORIGINstatic StringSERIALIZED_NAME_DISABLEDstatic StringSERIALIZED_NAME_HEIGHTstatic StringSERIALIZED_NAME_HREFstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_INTEGRITYstatic StringSERIALIZED_NAME_LABELstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_NODE_TYPEstatic StringSERIALIZED_NAME_NONCEstatic StringSERIALIZED_NAME_ONCLICKstatic StringSERIALIZED_NAME_PATTERNstatic StringSERIALIZED_NAME_REFERRERPOLICYstatic StringSERIALIZED_NAME_REQUIREDstatic StringSERIALIZED_NAME_SRCstatic StringSERIALIZED_NAME_TEXTstatic StringSERIALIZED_NAME_TITLEstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_VALUEstatic StringSERIALIZED_NAME_WIDTH -
Constructor Summary
Constructors Constructor Description UiNodeAttributes() -
Method Summary
Modifier and Type Method Description UiNodeAttributesasync(Boolean async)UiNodeAttributescrossorigin(String crossorigin)UiNodeAttributesdisabled(Boolean disabled)booleanequals(Object o)BooleangetAsync()The script async typeStringgetCrossorigin()The script cross origin policyBooleangetDisabled()Sets the input's disabled field to true or false.LonggetHeight()Height of the imageStringgetHref()The link's href (destination) URL.StringgetId()A unique identifierStringgetIntegrity()The script's integrity hashUiTextgetLabel()Get labelStringgetName()The input's element name.StringgetNodeType()Get nodeTypeStringgetNonce()Nonce for CSP A nonce you may want to use to improve your Content Security Policy.StringgetOnclick()OnClick may contain javascript which should be executed on click.StringgetPattern()The input's pattern.StringgetReferrerpolicy()The script referrer policyBooleangetRequired()Mark this input field as required.StringgetSrc()The script sourceUiTextgetText()Get textUiTextgetTitle()Get titleStringgetType()The script MIME typeObjectgetValue()The input's value.LonggetWidth()Width of the imageinthashCode()UiNodeAttributesheight(Long height)UiNodeAttributeshref(String href)UiNodeAttributesid(String id)UiNodeAttributesintegrity(String integrity)UiNodeAttributeslabel(UiText label)UiNodeAttributesname(String name)UiNodeAttributesnodeType(String nodeType)UiNodeAttributesnonce(String nonce)UiNodeAttributesonclick(String onclick)UiNodeAttributespattern(String pattern)UiNodeAttributesreferrerpolicy(String referrerpolicy)UiNodeAttributesrequired(Boolean required)voidsetAsync(Boolean async)voidsetCrossorigin(String crossorigin)voidsetDisabled(Boolean disabled)voidsetHeight(Long height)voidsetHref(String href)voidsetId(String id)voidsetIntegrity(String integrity)voidsetLabel(UiText label)voidsetName(String name)voidsetNodeType(String nodeType)voidsetNonce(String nonce)voidsetOnclick(String onclick)voidsetPattern(String pattern)voidsetReferrerpolicy(String referrerpolicy)voidsetRequired(Boolean required)voidsetSrc(String src)voidsetText(UiText text)voidsetTitle(UiText title)voidsetType(String type)voidsetValue(Object value)voidsetWidth(Long width)UiNodeAttributessrc(String src)UiNodeAttributestext(UiText text)UiNodeAttributestitle(UiText title)StringtoString()UiNodeAttributestype(String type)UiNodeAttributesvalue(Object value)UiNodeAttributeswidth(Long width)
-
Field Details
-
SERIALIZED_NAME_DISABLED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LABEL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NODE_TYPE
- See Also:
- Constant Field Values
-
nodeType
-
SERIALIZED_NAME_ONCLICK
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PATTERN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REQUIRED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VALUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEXT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HEIGHT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SRC
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WIDTH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HREF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TITLE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ASYNC
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CROSSORIGIN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INTEGRITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NONCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REFERRERPOLICY
- See Also:
- Constant Field Values
-
-
Constructor Details
-
UiNodeAttributes
public UiNodeAttributes()
-
-
Method Details
-
disabled
-
getDisabled
Sets the input's disabled field to true or false.- Returns:
- disabled
-
setDisabled
-
label
-
getLabel
Get label- Returns:
- label
-
setLabel
-
name
-
getName
The input's element name.- Returns:
- name
-
setName
-
nodeType
-
getNodeType
Get nodeType- Returns:
- nodeType
-
setNodeType
-
onclick
-
getOnclick
OnClick may contain javascript which should be executed on click. This is primarily used for WebAuthn.- Returns:
- onclick
-
setOnclick
-
pattern
-
getPattern
The input's pattern.- Returns:
- pattern
-
setPattern
-
required
-
getRequired
Mark this input field as required.- Returns:
- required
-
setRequired
-
type
-
getType
The script MIME type- Returns:
- type
-
setType
-
value
-
getValue
The input's value.- Returns:
- value
-
setValue
-
id
-
getId
A unique identifier- Returns:
- id
-
setId
-
text
-
getText
Get text- Returns:
- text
-
setText
-
height
-
getHeight
Height of the image- Returns:
- height
-
setHeight
-
src
-
getSrc
The script source- Returns:
- src
-
setSrc
-
width
-
getWidth
Width of the image- Returns:
- width
-
setWidth
-
href
-
getHref
The link's href (destination) URL. format: uri- Returns:
- href
-
setHref
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
async
-
getAsync
The script async type- Returns:
- async
-
setAsync
-
crossorigin
-
getCrossorigin
The script cross origin policy- Returns:
- crossorigin
-
setCrossorigin
-
integrity
-
getIntegrity
The script's integrity hash- Returns:
- integrity
-
setIntegrity
-
nonce
-
getNonce
Nonce for CSP A nonce you may want to use to improve your Content Security Policy. You do not have to use this value but if you want to improve your CSP policies you may use it. You can also choose to use your own nonce value!- Returns:
- nonce
-
setNonce
-
referrerpolicy
-
getReferrerpolicy
The script referrer policy- Returns:
- referrerpolicy
-
setReferrerpolicy
-
equals
-
hashCode
public int hashCode() -
toString
-