Uses of Class
com.boldsign.model.TemplateShareRequest
-
Packages that use TemplateShareRequest Package Description com.boldsign.api com.boldsign.model -
-
Uses of TemplateShareRequest in com.boldsign.api
Methods in com.boldsign.api with parameters of type TemplateShareRequest Modifier and Type Method Description voidTemplateApi. shareTemplate(String templateId, TemplateShareRequest templateShareRequest)Share a template with teams and manage permissions.okhttp3.CallTemplateApi. shareTemplateAsync(String templateId, TemplateShareRequest templateShareRequest, ApiCallback<Void> _callback)Share a template with teams and manage permissions.okhttp3.CallTemplateApi. shareTemplateCall(String templateId, TemplateShareRequest templateShareRequest, ApiCallback _callback)Build call for shareTemplateApiResponse<Void>TemplateApi. shareTemplateWithHttpInfo(String templateId, TemplateShareRequest templateShareRequest)Share a template with teams and manage permissions. -
Uses of TemplateShareRequest in com.boldsign.model
Methods in com.boldsign.model that return TemplateShareRequest Modifier and Type Method Description TemplateShareRequestTemplateShareRequest. addTeamsItem(TemplateTeamShareRequest teamsItem)static TemplateShareRequestTemplateShareRequest. fromJson(String jsonString)Create an instance of TemplateShareRequest given an JSON stringTemplateShareRequestTemplateShareRequest. teams(List<TemplateTeamShareRequest> teams)
-