Package com.okta.sdk.resource.model
Class LogTargetChangeDetails
java.lang.Object
com.okta.sdk.resource.model.LogTargetChangeDetails
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class LogTargetChangeDetails
extends Object
implements Serializable
Details on the target's changes. Not all event types support the `changeDetails` property, and not all
`target` objects contain the `changeDetails` property. You must include a property within the
object. > **Note:** When querying the `changeDetails` property, you can't search on the
`to` or `from` objects alone. You must include a property within the object.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_TO
- See Also:
-
-
Constructor Details
-
LogTargetChangeDetails
public LogTargetChangeDetails()
-
-
Method Details
-
from
-
putfromItem
-
getFrom
The original properties of the target- Returns:
- from
-
setFrom
-
to
-
puttoItem
-
getTo
The updated properties of the target- Returns:
- to
-
setTo
-
equals
-
hashCode
public int hashCode() -
toString
-