Uses of Class
com.boldsign.model.ViewBrandDetails
Packages that use ViewBrandDetails
-
Uses of ViewBrandDetails in com.boldsign.api
Methods in com.boldsign.api that return ViewBrandDetailsModifier and TypeMethodDescriptionGet the specific brand details.Methods in com.boldsign.api that return types with arguments of type ViewBrandDetailsModifier and TypeMethodDescriptionBrandingApi.getBrandWithHttpInfo(String brandId) Get the specific brand details.Method parameters in com.boldsign.api with type arguments of type ViewBrandDetailsModifier and TypeMethodDescriptionokhttp3.CallBrandingApi.getBrandAsync(String brandId, ApiCallback<ViewBrandDetails> _callback) Get the specific brand details. -
Uses of ViewBrandDetails in com.boldsign.model
Methods in com.boldsign.model that return ViewBrandDetailsModifier and TypeMethodDescriptionViewBrandDetails.allowCustomFieldCreation(Boolean allowCustomFieldCreation) ViewBrandDetails.backgroundColor(String backgroundColor) ViewBrandDetails.buttonColor(String buttonColor) ViewBrandDetails.buttonTextColor(String buttonTextColor) ViewBrandDetails.canHideTagLine(Boolean canHideTagLine) ViewBrandDetails.combineAuditTrail(Boolean combineAuditTrail) ViewBrandDetails.customDomainSettings(CustomDomainSettings customDomainSettings) ViewBrandDetails.disclaimerDescription(String disclaimerDescription) ViewBrandDetails.disclaimerTitle(String disclaimerTitle) ViewBrandDetails.documentExpirySettings(DocumentExpirySettings documentExpirySettings) ViewBrandDetails.documentTimeZone(String documentTimeZone) ViewBrandDetails.emailDisplayName(String emailDisplayName) ViewBrandDetails.emailSignedDocument(ViewBrandDetails.EmailSignedDocumentEnum emailSignedDocument) ViewBrandDetails.excludeAuditTrailFromEmail(Boolean excludeAuditTrailFromEmail) static ViewBrandDetailsCreate an instance of ViewBrandDetails given an JSON stringViewBrandDetails.hideDecline(Boolean hideDecline) ViewBrandDetails.isDomainVerified(Boolean isDomainVerified) ViewBrandDetails.redirectUrl(String redirectUrl) ViewBrandDetails.showBuiltInFormFields(Boolean showBuiltInFormFields) ViewBrandDetails.showSharedCustomFields(Boolean showSharedCustomFields) Methods in com.boldsign.model that return types with arguments of type ViewBrandDetailsMethods in com.boldsign.model with parameters of type ViewBrandDetailsMethod parameters in com.boldsign.model with type arguments of type ViewBrandDetailsModifier and TypeMethodDescriptionBrandingRecords.result(List<ViewBrandDetails> result) voidBrandingRecords.setResult(List<ViewBrandDetails> result)