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 IonFieldIonField. setForm(IonForm form)IonFieldIonField. setLabel(java.lang.String label)IonFieldIonField. setMutable(java.lang.Boolean mutable)IonFieldIonField. setName(java.lang.String name)IonFieldIonField. setRequired(java.lang.Boolean required)IonFieldIonField. setSecret(java.lang.Boolean secret)IonFieldIonField. setType(java.lang.String type)IonFieldIonField. setValue(java.util.Map<java.lang.String,java.lang.Object> value)IonFieldIonField. 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()
-