Uses of Class
com.docusign.esign.client.auth.OAuth.Link
-
Packages that use OAuth.Link Package Description com.docusign.esign.client.auth -
-
Uses of OAuth.Link in com.docusign.esign.client.auth
Methods in com.docusign.esign.client.auth that return OAuth.Link Modifier and Type Method Description OAuth.LinkOAuth.Link. href(String href)OAuth.LinkOAuth.Link. rel(String rel)Methods in com.docusign.esign.client.auth that return types with arguments of type OAuth.Link Modifier and Type Method Description List<OAuth.Link>OAuth.Organization. getLinks()Get links.Methods in com.docusign.esign.client.auth with parameters of type OAuth.Link Modifier and Type Method Description OAuth.OrganizationOAuth.Organization. addLinksItem(OAuth.Link linksItem)Method parameters in com.docusign.esign.client.auth with type arguments of type OAuth.Link Modifier and Type Method Description OAuth.OrganizationOAuth.Organization. links(List<OAuth.Link> links)voidOAuth.Organization. setLinks(List<OAuth.Link> links)
-