Package com.oracle.bmc.identity.requests
Class UpdateNetworkSourceRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<UpdateNetworkSourceDetails>
- 
- com.oracle.bmc.identity.requests.UpdateNetworkSourceRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class UpdateNetworkSourceRequest extends BmcRequest<UpdateNetworkSourceDetails>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/identity/UpdateNetworkSourceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateNetworkSourceRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateNetworkSourceRequest.Builder
 - 
Constructor SummaryConstructors Constructor Description UpdateNetworkSourceRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateNetworkSourceRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.UpdateNetworkSourceDetailsgetBody$()Alternative accessor for the body parameter.StringgetIfMatch()For optimistic concurrency control.StringgetNetworkSourceId()The OCID of the network source.UpdateNetworkSourceDetailsgetUpdateNetworkSourceDetails()Request object for updating a network source.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.UpdateNetworkSourceRequest.BuildertoBuilder()Return an instance ofUpdateNetworkSourceRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getNetworkSourceIdpublic String getNetworkSourceId() The OCID of the network source.
 - 
getUpdateNetworkSourceDetailspublic UpdateNetworkSourceDetails getUpdateNetworkSourceDetails() Request object for updating a network source.
 - 
getIfMatchpublic String getIfMatch() For optimistic concurrency control.In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value. 
 - 
getBody$public UpdateNetworkSourceDetails getBody$() Alternative accessor for the body parameter.- Overrides:
- getBody$in class- BmcRequest<UpdateNetworkSourceDetails>
- Returns:
- body parameter
 
 - 
toBuilderpublic UpdateNetworkSourceRequest.Builder toBuilder() Return an instance ofUpdateNetworkSourceRequest.Builderthat allows you to modify request properties.- Returns:
- instance of UpdateNetworkSourceRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static UpdateNetworkSourceRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<UpdateNetworkSourceDetails>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<UpdateNetworkSourceDetails>
 
 
- 
 
-