Interface GetBookmarksResultOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetBookmarksResult, GetBookmarksResult.Builder

public interface GetBookmarksResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasResult

      boolean hasResult()
      .IronPdfEngine.Proto.BookmarkCollection result = 1;
      Returns:
      Whether the result field is set.
    • getResult

      BookmarkCollection getResult()
      .IronPdfEngine.Proto.BookmarkCollection result = 1;
      Returns:
      The result.
    • getResultOrBuilder

      BookmarkCollectionOrBuilder getResultOrBuilder()
      .IronPdfEngine.Proto.BookmarkCollection result = 1;
    • hasException

      boolean hasException()
      .IronPdfEngine.Proto.RemoteException exception = 2;
      Returns:
      Whether the exception field is set.
    • getException

      RemoteException getException()
      .IronPdfEngine.Proto.RemoteException exception = 2;
      Returns:
      The exception.
    • getExceptionOrBuilder

      RemoteExceptionOrBuilder getExceptionOrBuilder()
      .IronPdfEngine.Proto.RemoteException exception = 2;
    • getResultOrExceptionCase

      GetBookmarksResult.ResultOrExceptionCase getResultOrExceptionCase()