Uses of Class
com.boldsign.model.BehalfOf
-
Packages that use BehalfOf Package Description com.boldsign.model -
-
Uses of BehalfOf in com.boldsign.model
Methods in com.boldsign.model that return BehalfOf Modifier and Type Method Description BehalfOfBehalfOf. emailAddress(String emailAddress)static BehalfOfBehalfOf. fromJson(String jsonString)Create an instance of BehalfOf given an JSON stringBehalfOfBehalfDocument. getBehalfOf()Get behalfOfBehalfOfDocumentProperties. getBehalfOf()Get behalfOfBehalfOfTemplate. getBehalfOf()Get behalfOfBehalfOfTemplateProperties. getBehalfOf()Get behalfOfBehalfOfBehalfOf. name(String name)Methods in com.boldsign.model with parameters of type BehalfOf Modifier and Type Method Description BehalfDocumentBehalfDocument. behalfOf(BehalfOf behalfOf)DocumentPropertiesDocumentProperties. behalfOf(BehalfOf behalfOf)TemplateTemplate. behalfOf(BehalfOf behalfOf)TemplatePropertiesTemplateProperties. behalfOf(BehalfOf behalfOf)voidBehalfDocument. setBehalfOf(BehalfOf behalfOf)voidDocumentProperties. setBehalfOf(BehalfOf behalfOf)voidTemplate. setBehalfOf(BehalfOf behalfOf)voidTemplateProperties. setBehalfOf(BehalfOf behalfOf)
-