Class ServiceLevelObjectiveName.OrganizationServiceServiceLevelObjectiveBuilder (3.2.9)

public static class ServiceLevelObjectiveName.OrganizationServiceServiceLevelObjectiveBuilder

Builder for organizations/{organization}/services/{service}/serviceLevelObjectives/{service_level_objective}.

Inheritance

java.lang.Object > ServiceLevelObjectiveName.OrganizationServiceServiceLevelObjectiveBuilder

Constructors

OrganizationServiceServiceLevelObjectiveBuilder()

protected OrganizationServiceServiceLevelObjectiveBuilder()

Methods

build()

public ServiceLevelObjectiveName build()
Returns
TypeDescription
ServiceLevelObjectiveName

getOrganization()

public String getOrganization()
Returns
TypeDescription
String

getService()

public String getService()
Returns
TypeDescription
String

getServiceLevelObjective()

public String getServiceLevelObjective()
Returns
TypeDescription
String

setOrganization(String organization)

public ServiceLevelObjectiveName.OrganizationServiceServiceLevelObjectiveBuilder setOrganization(String organization)
Parameter
NameDescription
organizationString
Returns
TypeDescription
ServiceLevelObjectiveName.OrganizationServiceServiceLevelObjectiveBuilder

setService(String service)

public ServiceLevelObjectiveName.OrganizationServiceServiceLevelObjectiveBuilder setService(String service)
Parameter
NameDescription
serviceString
Returns
TypeDescription
ServiceLevelObjectiveName.OrganizationServiceServiceLevelObjectiveBuilder

setServiceLevelObjective(String serviceLevelObjective)

public ServiceLevelObjectiveName.OrganizationServiceServiceLevelObjectiveBuilder setServiceLevelObjective(String serviceLevelObjective)
Parameter
NameDescription
serviceLevelObjectiveString
Returns
TypeDescription
ServiceLevelObjectiveName.OrganizationServiceServiceLevelObjectiveBuilder