Class ModifyIdFormatRequest

    • Constructor Detail

      • ModifyIdFormatRequest

        public ModifyIdFormatRequest()
    • Method Detail

      • setResource

        public void setResource​(String resource)

        The type of resource.

        Parameters:
        resource - The type of resource.
      • getResource

        public String getResource()

        The type of resource.

        Returns:
        The type of resource.
      • withResource

        public ModifyIdFormatRequest withResource​(String resource)

        The type of resource.

        Parameters:
        resource - The type of resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUseLongIds

        public void setUseLongIds​(Boolean useLongIds)

        Indicate whether the resource should use longer IDs (17-character IDs).

        Parameters:
        useLongIds - Indicate whether the resource should use longer IDs (17-character IDs).
      • getUseLongIds

        public Boolean getUseLongIds()

        Indicate whether the resource should use longer IDs (17-character IDs).

        Returns:
        Indicate whether the resource should use longer IDs (17-character IDs).
      • withUseLongIds

        public ModifyIdFormatRequest withUseLongIds​(Boolean useLongIds)

        Indicate whether the resource should use longer IDs (17-character IDs).

        Parameters:
        useLongIds - Indicate whether the resource should use longer IDs (17-character IDs).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isUseLongIds

        public Boolean isUseLongIds()

        Indicate whether the resource should use longer IDs (17-character IDs).

        Returns:
        Indicate whether the resource should use longer IDs (17-character IDs).
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object