Get-methods in API Engine jar-file

Am I allowed to include just one get-method in my hosted jar-file?

I included two of them and only one appears. When I exclude one of them the other one is shown.

Hope that makes sense, thanks!

Hi, Norman!

Yes, it should be allowed. Maybe your method is overridden? In this case you’ll see only one method in inspector.
best regards,
Alex

I have two classes, each including one get method. I didn´t overwrite any method here…

So you have two classes which implement IBackendlessService in your jar? Or two methods with same name inside one class?

Thanks for the quick reply.

I have two classes which implement the IBackendlessService. The two classes do not have the same name.

Thanks!

Oh, I’ve got it.

This is not allowed. You can have only one class which implements IBackendlessService inside particular jar.
best regards,
Alex

Ok great, Thanks for letting me know!

Would be great if you could mention that in your doc.