Class UpdateFilterGroupRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<UpdateFilterGroupDetails>
-
- com.oracle.bmc.announcementsservice.requests.UpdateFilterGroupRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 0.0.1") public class UpdateFilterGroupRequest extends BmcRequest<UpdateFilterGroupDetails>
Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.1/announcementsservice/UpdateFilterGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFilterGroupRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateFilterGroupRequest.Builder
-
Constructor Summary
Constructors Constructor Description UpdateFilterGroupRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateFilterGroupRequest.Builder
builder()
Return a new builder for this request object.boolean
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.String
getAnnouncementSubscriptionId()
The OCID of the announcement subscription.UpdateFilterGroupDetails
getBody$()
Alternative accessor for the body parameter.String
getFilterGroupName()
The name of the filter group.String
getIfMatch()
The locking version, used for optimistic concurrency control.String
getOpcRequestId()
The unique Oracle-assigned identifier for the request.UpdateFilterGroupDetails
getUpdateFilterGroupDetails()
The filter group information to update.int
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.UpdateFilterGroupRequest.Builder
toBuilder()
Return an instance ofUpdateFilterGroupRequest.Builder
that allows you to modify request properties.String
toString()
-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getAnnouncementSubscriptionId
public String getAnnouncementSubscriptionId()
The OCID of the announcement subscription.
-
getFilterGroupName
public String getFilterGroupName()
The name of the filter group.
-
getUpdateFilterGroupDetails
public UpdateFilterGroupDetails getUpdateFilterGroupDetails()
The filter group information to update.
-
getOpcRequestId
public String getOpcRequestId()
The unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the complete request ID.
-
getIfMatch
public String getIfMatch()
The locking version, used for optimistic concurrency control.
-
getBody$
public UpdateFilterGroupDetails getBody$()
Alternative accessor for the body parameter.- Overrides:
getBody$
in classBmcRequest<UpdateFilterGroupDetails>
- Returns:
- body parameter
-
toBuilder
public UpdateFilterGroupRequest.Builder toBuilder()
Return an instance ofUpdateFilterGroupRequest.Builder
that allows you to modify request properties.- Returns:
- instance of
UpdateFilterGroupRequest.Builder
that allows you to modify request properties.
-
builder
public static UpdateFilterGroupRequest.Builder builder()
Return a new builder for this request object.- Returns:
- builder for the request object
-
equals
public boolean equals(Object o)
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equals
in classBmcRequest<UpdateFilterGroupDetails>
-
hashCode
public int hashCode()
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCode
in classBmcRequest<UpdateFilterGroupDetails>
-
-