Uses of Interface
com.okta.sdk.resource.ion.IonField
-
Packages that use IonField Package Description com.okta.sdk.resource.ion -
-
Uses of IonField in com.okta.sdk.resource.ion
Methods in com.okta.sdk.resource.ion that return IonField Modifier and Type Method Description IonField
IonField. setForm(IonForm form)
IonField
IonField. setLabel(java.lang.String label)
IonField
IonField. setMutable(java.lang.Boolean mutable)
IonField
IonField. setName(java.lang.String name)
IonField
IonField. setRequired(java.lang.Boolean required)
IonField
IonField. setSecret(java.lang.Boolean secret)
IonField
IonField. setType(java.lang.String type)
IonField
IonField. setValue(java.util.Map<java.lang.String,java.lang.Object> value)
IonField
IonField. setVisible(java.lang.Boolean visible)
Methods in com.okta.sdk.resource.ion that return types with arguments of type IonField Modifier and Type Method Description java.util.List<IonField>
IonForm. getValue()
-