Uses of Class
com.boldsign.model.EmbeddedCustomFieldCreated
-
Packages that use EmbeddedCustomFieldCreated Package Description com.boldsign.api com.boldsign.model -
-
Uses of EmbeddedCustomFieldCreated in com.boldsign.api
Methods in com.boldsign.api that return EmbeddedCustomFieldCreated Modifier and Type Method Description EmbeddedCustomFieldCreatedCustomFieldApi. embedCustomField(String brandId, OffsetDateTime linkValidTill)Generates a URL for creating or modifying custom fields within your application's embedded Designer.Methods in com.boldsign.api that return types with arguments of type EmbeddedCustomFieldCreated Modifier and Type Method Description ApiResponse<EmbeddedCustomFieldCreated>CustomFieldApi. embedCustomFieldWithHttpInfo(String brandId, OffsetDateTime linkValidTill)Generates a URL for creating or modifying custom fields within your application's embedded Designer.Method parameters in com.boldsign.api with type arguments of type EmbeddedCustomFieldCreated Modifier and Type Method Description okhttp3.CallCustomFieldApi. embedCustomFieldAsync(String brandId, OffsetDateTime linkValidTill, ApiCallback<EmbeddedCustomFieldCreated> _callback)Generates a URL for creating or modifying custom fields within your application's embedded Designer. -
Uses of EmbeddedCustomFieldCreated in com.boldsign.model
Methods in com.boldsign.model that return EmbeddedCustomFieldCreated Modifier and Type Method Description EmbeddedCustomFieldCreatedEmbeddedCustomFieldCreated. createUrl(URI createUrl)static EmbeddedCustomFieldCreatedEmbeddedCustomFieldCreated. fromJson(String jsonString)Create an instance of EmbeddedCustomFieldCreated given an JSON string
-