Uses of Class
com.docusign.webforms.model.WebFormUserInfo
-
Packages that use WebFormUserInfo Package Description com.docusign.webforms.model -
-
Uses of WebFormUserInfo in com.docusign.webforms.model
Methods in com.docusign.webforms.model that return WebFormUserInfo Modifier and Type Method Description WebFormUserInfoWebFormInstanceMetadata. getCreatedBy()The user that created the Web Form Instance.WebFormUserInfoWebFormMetadata. getFormContentModifiedBy()Track the user that last modified the form content.WebFormUserInfoWebFormMetadata. getFormPropertiesModifiedBy()Track the user that last modified the form properties.WebFormUserInfoWebFormMetadata. getLastDisabledBy()Track the user that last unpublished an active version.WebFormUserInfoWebFormMetadata. getLastEnabledBy()Track the user that last unpublished an active version.WebFormUserInfoWebFormInstanceMetadata. getLastModifiedBy()The user that last modified the Web Form Instance.WebFormUserInfoWebFormMetadata. getLastModifiedBy()Track the user that last modified anything related to the form.WebFormUserInfoWebFormMetadata. getLastPublishedBy()Track the user that last published a draft version to active.WebFormUserInfoWebFormMetadata. getOwner()The user that created the form or has been transferred ownership.WebFormUserInfoWebFormMetadata. getSender()The user that has added their consent to the form for sending actions.WebFormUserInfoWebFormUserInfo. userId(String userId)userId.WebFormUserInfoWebFormUserInfo. userName(String userName)userName.Methods in com.docusign.webforms.model with parameters of type WebFormUserInfo Modifier and Type Method Description WebFormInstanceMetadataWebFormInstanceMetadata. createdBy(WebFormUserInfo createdBy)createdBy.WebFormMetadataWebFormMetadata. formContentModifiedBy(WebFormUserInfo formContentModifiedBy)formContentModifiedBy.WebFormMetadataWebFormMetadata. formPropertiesModifiedBy(WebFormUserInfo formPropertiesModifiedBy)formPropertiesModifiedBy.WebFormMetadataWebFormMetadata. lastDisabledBy(WebFormUserInfo lastDisabledBy)lastDisabledBy.WebFormMetadataWebFormMetadata. lastEnabledBy(WebFormUserInfo lastEnabledBy)lastEnabledBy.WebFormInstanceMetadataWebFormInstanceMetadata. lastModifiedBy(WebFormUserInfo lastModifiedBy)lastModifiedBy.WebFormMetadataWebFormMetadata. lastModifiedBy(WebFormUserInfo lastModifiedBy)lastModifiedBy.WebFormMetadataWebFormMetadata. lastPublishedBy(WebFormUserInfo lastPublishedBy)lastPublishedBy.WebFormMetadataWebFormMetadata. owner(WebFormUserInfo owner)owner.WebFormMetadataWebFormMetadata. sender(WebFormUserInfo sender)sender.voidWebFormInstanceMetadata. setCreatedBy(WebFormUserInfo createdBy)setCreatedBy.voidWebFormMetadata. setFormContentModifiedBy(WebFormUserInfo formContentModifiedBy)setFormContentModifiedBy.voidWebFormMetadata. setFormPropertiesModifiedBy(WebFormUserInfo formPropertiesModifiedBy)setFormPropertiesModifiedBy.voidWebFormMetadata. setLastDisabledBy(WebFormUserInfo lastDisabledBy)setLastDisabledBy.voidWebFormMetadata. setLastEnabledBy(WebFormUserInfo lastEnabledBy)setLastEnabledBy.voidWebFormInstanceMetadata. setLastModifiedBy(WebFormUserInfo lastModifiedBy)setLastModifiedBy.voidWebFormMetadata. setLastModifiedBy(WebFormUserInfo lastModifiedBy)setLastModifiedBy.voidWebFormMetadata. setLastPublishedBy(WebFormUserInfo lastPublishedBy)setLastPublishedBy.voidWebFormMetadata. setOwner(WebFormUserInfo owner)setOwner.voidWebFormMetadata. setSender(WebFormUserInfo sender)setSender.
-