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/latest/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 classUpdateFilterGroupRequest.Builder
-
Constructor Summary
Constructors Constructor Description UpdateFilterGroupRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateFilterGroupRequest.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’.StringgetAnnouncementSubscriptionId()The OCID of the announcement subscription.UpdateFilterGroupDetailsgetBody$()Alternative accessor for the body parameter.StringgetFilterGroupName()The name of the filter group.StringgetIfMatch()The locking version, used for optimistic concurrency control.StringgetOpcRequestId()The unique Oracle-assigned identifier for the request.UpdateFilterGroupDetailsgetUpdateFilterGroupDetails()The filter group information to update.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.UpdateFilterGroupRequest.BuildertoBuilder()Return an instance ofUpdateFilterGroupRequest.Builderthat allows you to modify request properties.StringtoString()-
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.Builderthat allows you to modify request properties.- Returns:
- instance of
UpdateFilterGroupRequest.Builderthat 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:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equalsin classBmcRequest<UpdateFilterGroupDetails>
-
hashCode
public int hashCode()
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCodein classBmcRequest<UpdateFilterGroupDetails>
-
-