Package com.coveo.pushapiclient
Record Class SecurityIdentityDeleteOptions
java.lang.Object
java.lang.Record
com.coveo.pushapiclient.SecurityIdentityDeleteOptions
See [Disabling Old Security Identities](https://docs.coveo.com/en/33)
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityIdentityDeleteOptions(Integer queueDelay, Long orderingId)Creates an instance of aSecurityIdentityDeleteOptionsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.inthashCode()Returns a hash code value for this object.Returns the value of theorderingIdrecord component.Returns the value of thequeueDelayrecord component.toString()Returns a string representation of this record class.
-
Constructor Details
-
SecurityIdentityDeleteOptions
Creates an instance of aSecurityIdentityDeleteOptionsrecord class.- Parameters:
queueDelay- the value for thequeueDelayrecord componentorderingId- the value for theorderingIdrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
queueDelay
Returns the value of thequeueDelayrecord component.- Returns:
- the value of the
queueDelayrecord component
-
orderingId
Returns the value of theorderingIdrecord component.- Returns:
- the value of the
orderingIdrecord component
-