Class AuthorizationObjectsResult

java.lang.Object
com.sas.services.information.AuthorizationObjectsResult
All Implemented Interfaces:
Serializable

public class AuthorizationObjectsResult extends Object implements Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    AuthorizationObjectsResult(MetadataInterface resource, List<String> granted)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<String>
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AuthorizationObjectsResult

      public AuthorizationObjectsResult(MetadataInterface resource, List<String> granted)
  • Method Details

    • getResource

      public MetadataInterface getResource()
    • getGranted

      public List<String> getGranted()