Class DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder (3.46.0)

public static class DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder

Builder for organizations/{organization}/locations/{location}/deidentifyTemplates/{deidentify_template}.

Inheritance

java.lang.Object > DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder

Constructors

OrganizationLocationDeidentifyTemplateBuilder()

protected OrganizationLocationDeidentifyTemplateBuilder()

Methods

build()

public DeidentifyTemplateName build()
Returns
Type Description
DeidentifyTemplateName

getDeidentifyTemplate()

public String getDeidentifyTemplate()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getOrganization()

public String getOrganization()
Returns
Type Description
String

setDeidentifyTemplate(String deidentifyTemplate)

public DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder setDeidentifyTemplate(String deidentifyTemplate)
Parameter
Name Description
deidentifyTemplate String
Returns
Type Description
DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder

setLocation(String location)

public DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder

setOrganization(String organization)

public DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder setOrganization(String organization)
Parameter
Name Description
organization String
Returns
Type Description
DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder