Class SubResource


  • public class SubResource
    extends Object
    A reference to a another resource.
    • Constructor Detail

      • SubResource

        public SubResource()
    • Method Detail

      • id

        public String id()
        Get the id value.
        Returns:
        the id value
      • withId

        public SubResource withId​(String id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the SubResource object itself.