Class IdentifierInner


  • public final class IdentifierInner
    extends ProxyOnlyResource
    A domain specific resource identifier.
    • Constructor Detail

      • IdentifierInner

        public IdentifierInner()
    • Method Detail

      • withKind

        public IdentifierInner withKind​(String kind)
        Set the kind property: Kind of resource.
        Overrides:
        withKind in class ProxyOnlyResource
        Parameters:
        kind - the kind value to set.
        Returns:
        the ProxyOnlyResource object itself.
      • value

        public String value()
        Get the value property: String representation of the identity.
        Returns:
        the value value.
      • withValue

        public IdentifierInner withValue​(String value)
        Set the value property: String representation of the identity.
        Parameters:
        value - the value value to set.
        Returns:
        the IdentifierInner object itself.