Record Class LiveSyncJobDelegate.LiveSyncInfo
java.lang.Object
java.lang.Record
org.apache.syncope.core.provisioning.java.pushpull.LiveSyncJobDelegate.LiveSyncInfo
- Enclosing class:
LiveSyncJobDelegate
protected static record LiveSyncJobDelegate.LiveSyncInfo(Provision provision, OrgUnit orgUnit, ObjectClass objectClass, AnyTypeKind anyTypeKind, PlainSchema uidOnCreate, SyncopePullResultHandler handler, OperationOptions options)
extends Record
-
Constructor Summary
ModifierConstructorDescriptionprotected
LiveSyncInfo
(Provision provision, OrgUnit orgUnit, ObjectClass objectClass, AnyTypeKind anyTypeKind, PlainSchema uidOnCreate, SyncopePullResultHandler handler, OperationOptions options) Creates an instance of aLiveSyncInfo
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theanyTypeKind
record component.final boolean
Indicates whether some other object is "equal to" this one.handler()
Returns the value of thehandler
record component.final int
hashCode()
Returns a hash code value for this object.Returns the value of theobjectClass
record component.options()
Returns the value of theoptions
record component.orgUnit()
Returns the value of theorgUnit
record component.Returns the value of theprovision
record component.final String
toString()
Returns a string representation of this record class.Returns the value of theuidOnCreate
record component.
-
Constructor Details
-
LiveSyncInfo
protected LiveSyncInfo(Provision provision, OrgUnit orgUnit, ObjectClass objectClass, AnyTypeKind anyTypeKind, PlainSchema uidOnCreate, SyncopePullResultHandler handler, OperationOptions options) Creates an instance of aLiveSyncInfo
record class.- Parameters:
provision
- the value for theprovision
record componentorgUnit
- the value for theorgUnit
record componentobjectClass
- the value for theobjectClass
record componentanyTypeKind
- the value for theanyTypeKind
record componentuidOnCreate
- the value for theuidOnCreate
record componenthandler
- the value for thehandler
record componentoptions
- the value for theoptions
record 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)
. -
provision
Returns the value of theprovision
record component.- Returns:
- the value of the
provision
record component
-
orgUnit
Returns the value of theorgUnit
record component.- Returns:
- the value of the
orgUnit
record component
-
objectClass
Returns the value of theobjectClass
record component.- Returns:
- the value of the
objectClass
record component
-
anyTypeKind
Returns the value of theanyTypeKind
record component.- Returns:
- the value of the
anyTypeKind
record component
-
uidOnCreate
Returns the value of theuidOnCreate
record component.- Returns:
- the value of the
uidOnCreate
record component
-
handler
Returns the value of thehandler
record component.- Returns:
- the value of the
handler
record component
-
options
Returns the value of theoptions
record component.- Returns:
- the value of the
options
record component
-