Class ProfileNotificationMessage
- 
                    
                    - All Implemented Interfaces:
 
 public class ProfileNotificationMessagePublic Service Account Information Change Message This message class represents changes to public service account information. The message is stored but does not count towards the unread message count. 
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description ProfileNotificationMessage(Array<byte> data)ProfileNotificationMessage(Parcel in)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringgetOperation()Retrieves the operation name for profile changes. voidsetOperation(String operation)Sets the operation name for profile changes. StringgetData()Fetches data changes, which can be in any format, such as JSON. voidsetData(String data)Sets the data for profile changes, which can be in any format, such as JSON. static ProfileNotificationMessageobtain(String operation, String data)Creates a message instance. Array<byte>encode()voidwriteToParcel(Parcel dest, int flags)Writes the class data into the provided Parcel. intdescribeContents()Describes the type of special objects included in the Parcelable object arrangement information. - 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        ProfileNotificationMessageProfileNotificationMessage(Array<byte> data) 
 - 
                                        ProfileNotificationMessageProfileNotificationMessage(Parcel in) 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getOperationString getOperation() Retrieves the operation name for profile changes. - Returns:
- The operation name for profile changes. 
 
 - 
                                        setOperationvoid setOperation(String operation) Sets the operation name for profile changes. - Parameters:
- operation- The operation name for profile changes.
 
 - 
                                        getDataString getData() Fetches data changes, which can be in any format, such as JSON. - Returns:
- Data changes, which can be in any format, such as JSON. 
 
 - 
                                        setDatavoid setData(String data) Sets the data for profile changes, which can be in any format, such as JSON. - Parameters:
- data- The data for profile changes, which can be in any format, such as JSON.
 
 - 
                                        obtainstatic ProfileNotificationMessage obtain(String operation, String data) Creates a message instance. - Parameters:
- operation- The operation name for the profile change.
- data- The data for the profile change, which can be in any format, such as JSON.
- Returns:
- The message instance. 
 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) Writes the class data into the provided Parcel. - Parameters:
- dest- The Parcel into which the object is written.
- flags- Additional flags about how the object should be written, may be 0 or PARCELABLE_WRITE_RETURN_VALUE.
 
 - 
                                        describeContentsint describeContents() Describes the type of special objects included in the Parcelable object arrangement information. - Returns:
- A flag indicating the arrangement of the Parcelable object's special object type collection. 
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-