Uses of Class
com.oracle.bmc.identity.model.CreateNetworkSourceDetails
-
Packages that use CreateNetworkSourceDetails Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of CreateNetworkSourceDetails in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return CreateNetworkSourceDetails Modifier and Type Method Description CreateNetworkSourceDetails
CreateNetworkSourceDetails.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type CreateNetworkSourceDetails Modifier and Type Method Description CreateNetworkSourceDetails.Builder
CreateNetworkSourceDetails.Builder. copy(CreateNetworkSourceDetails model)
-
Uses of CreateNetworkSourceDetails in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return CreateNetworkSourceDetails Modifier and Type Method Description CreateNetworkSourceDetails
CreateNetworkSourceRequest. getBody$()
Alternative accessor for the body parameter.CreateNetworkSourceDetails
CreateNetworkSourceRequest. getCreateNetworkSourceDetails()
Request object for creating a new network source.Methods in com.oracle.bmc.identity.requests with parameters of type CreateNetworkSourceDetails Modifier and Type Method Description CreateNetworkSourceRequest.Builder
CreateNetworkSourceRequest.Builder. body$(CreateNetworkSourceDetails body)
Alternative setter for the body parameter.CreateNetworkSourceRequest.Builder
CreateNetworkSourceRequest.Builder. createNetworkSourceDetails(CreateNetworkSourceDetails createNetworkSourceDetails)
Request object for creating a new network source.
-