Class Networks


public class Networks extends ModelRequest<Networks>
Declares all Rest API under the /networks path
  • Constructor Details

  • Method Details

    • getNetwork

      public RestNetworkModel getNetwork()
      Retrieve details for the current user network using GET call on "networks/{networkId}"
      Returns:
    • getNetwork

      public RestNetworkModel getNetwork(org.alfresco.utility.model.UserModel tenant)
      Retrieve details of a specific network using GET call on "networks/{networkId}"
      Returns:
    • getNetworkWithParams

      public org.json.JSONObject getNetworkWithParams(org.alfresco.utility.model.UserModel tenant)
      Retrieve details of a specific network using GET call with parameters on "networks/{networkId}?{parameters}"
      Returns:
      JSONObject