Class SetPermissionsChangeImpl
java.lang.Object
com.commercetools.history.models.change.SetPermissionsChangeImpl
- All Implemented Interfaces:
Change,SetPermissionsChange,io.vrap.rmf.base.client.ModelBase
public class SetPermissionsChangeImpl
extends Object
implements SetPermissionsChange, io.vrap.rmf.base.client.ModelBase
Change triggered by the Set Permissions, Add Permission, and Remove Permission update actions.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Field Summary
Fields inherited from interface com.commercetools.history.models.change.SetPermissionsChange
SET_PERMISSIONS_CHANGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanType of change on a resource that is similar to the update action it relates to, where possible.Value after the change.Value before the change.getType()Unique discriminator value to reliably deserialize the data type.inthashCode()voidset changevoidsetNextValue(Permission... nextValue) Value after the change.voidsetNextValue(List<Permission> nextValue) Value after the change.voidsetPreviousValue(Permission... previousValue) Value before the change.voidsetPreviousValue(List<Permission> previousValue) Value before the change.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.commercetools.history.models.change.Change
withChangeMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.history.models.change.SetPermissionsChange
withSetPermissionsChange
-
Constructor Details
-
SetPermissionsChangeImpl
public SetPermissionsChangeImpl()create empty instance
-
-
Method Details
-
getType
Description copied from interface:ChangeUnique discriminator value to reliably deserialize the data type.
- Specified by:
getTypein interfaceChange- Specified by:
getTypein interfaceSetPermissionsChange- Returns:
- type
-
getChange
Description copied from interface:ChangeType of change on a resource that is similar to the update action it relates to, where possible. It is not a unique identifier for the data structure, for example, the
setDescriptionchange can occur with a localized and non-localized representation.Records can be filtered by this value using the
changesquery parameter.- Specified by:
getChangein interfaceChange- Specified by:
getChangein interfaceSetPermissionsChange- Returns:
- change
-
getPreviousValue
Value before the change.
- Specified by:
getPreviousValuein interfaceSetPermissionsChange- Returns:
- previousValue
-
getNextValue
Value after the change.
- Specified by:
getNextValuein interfaceSetPermissionsChange- Returns:
- nextValue
-
setChange
Description copied from interface:SetPermissionsChangeset change- Specified by:
setChangein interfaceChange- Specified by:
setChangein interfaceSetPermissionsChange- Parameters:
change- value to be set
-
setPreviousValue
Description copied from interface:SetPermissionsChangeValue before the change.
- Specified by:
setPreviousValuein interfaceSetPermissionsChange- Parameters:
previousValue- values to be set
-
setPreviousValue
Description copied from interface:SetPermissionsChangeValue before the change.
- Specified by:
setPreviousValuein interfaceSetPermissionsChange- Parameters:
previousValue- values to be set
-
setNextValue
Description copied from interface:SetPermissionsChangeValue after the change.
- Specified by:
setNextValuein interfaceSetPermissionsChange- Parameters:
nextValue- values to be set
-
setNextValue
Description copied from interface:SetPermissionsChangeValue after the change.
- Specified by:
setNextValuein interfaceSetPermissionsChange- Parameters:
nextValue- values to be set
-
equals
-
hashCode
-