Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.UpdateOrganizationDetails
-
Packages that use UpdateOrganizationDetails Package Description com.oracle.bmc.tenantmanagercontrolplane.model com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of UpdateOrganizationDetails in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return UpdateOrganizationDetails Modifier and Type Method Description UpdateOrganizationDetails
UpdateOrganizationDetails.Builder. build()
Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type UpdateOrganizationDetails Modifier and Type Method Description UpdateOrganizationDetails.Builder
UpdateOrganizationDetails.Builder. copy(UpdateOrganizationDetails model)
-
Uses of UpdateOrganizationDetails in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return UpdateOrganizationDetails Modifier and Type Method Description UpdateOrganizationDetails
UpdateOrganizationRequest. getBody$()
Alternative accessor for the body parameter.UpdateOrganizationDetails
UpdateOrganizationRequest. getUpdateOrganizationDetails()
The information to be updated.Methods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type UpdateOrganizationDetails Modifier and Type Method Description UpdateOrganizationRequest.Builder
UpdateOrganizationRequest.Builder. body$(UpdateOrganizationDetails body)
Alternative setter for the body parameter.UpdateOrganizationRequest.Builder
UpdateOrganizationRequest.Builder. updateOrganizationDetails(UpdateOrganizationDetails updateOrganizationDetails)
The information to be updated.
-