/AWS1/CL_REKDISASSOCFACESRSP¶
DisassociateFacesResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_DISASSOCIATEDFACES
TYPE /AWS1/CL_REKDISASSOCIATEDFACE=>TT_DISASSOCIATEDFACESLIST
TT_DISASSOCIATEDFACESLIST
¶
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
IT_UNSUCCFULFACEDISASSOCIA00
TYPE /AWS1/CL_REKUNSUCCFULFACEDIS00=>TT_UNSUCCFULFACEDISASSOCIATI00
TT_UNSUCCFULFACEDISASSOCIATI00
¶
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.
IV_USERSTATUS
TYPE /AWS1/REKUSERSTATUS
/AWS1/REKUSERSTATUS
¶
The status of an update made to a User. Reflects if the User has been updated for every requested change.
Queryable Attributes¶
DisassociatedFaces¶
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISASSOCIATEDFACES() |
Getter for DISASSOCIATEDFACES, with configurable default |
ASK_DISASSOCIATEDFACES() |
Getter for DISASSOCIATEDFACES w/ exceptions if field has no |
HAS_DISASSOCIATEDFACES() |
Determine if DISASSOCIATEDFACES has a value |
UnsuccessfulFaceDisassociations¶
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UNSUCCFULFACEDISASSOCI00() |
Getter for UNSUCCFULFACEDISASSOCIATIONS, with configurable d |
ASK_UNSUCCFULFACEDISASSOCI00() |
Getter for UNSUCCFULFACEDISASSOCIATIONS w/ exceptions if fie |
HAS_UNSUCCFULFACEDISASSOCI00() |
Determine if UNSUCCFULFACEDISASSOCIATIONS has a value |
UserStatus¶
The status of an update made to a User. Reflects if the User has been updated for every requested change.
Accessible with the following methods¶
Method | Description |
---|---|
GET_USERSTATUS() |
Getter for USERSTATUS, with configurable default |
ASK_USERSTATUS() |
Getter for USERSTATUS w/ exceptions if field has no value |
HAS_USERSTATUS() |
Determine if USERSTATUS has a value |