Class ProjectUsersUpdateResult


  • public class ProjectUsersUpdateResult
    extends java.lang.Object
    Result of project users update
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getFailed()  
      java.util.List<java.lang.String> getSuccessful()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSuccessful

        public java.util.List<java.lang.String> getSuccessful()
        Returns:
        List of account URIs successfully updated
      • getFailed

        public java.util.List<java.lang.String> getFailed()
        Returns:
        List of account URIs failed to update