Operations that consult data are performed by GET method.
Las operaciones que consultan datos se realizan mediante el método GET.
Search requests will be sent using the GET method.
Las solicitudes de búsqueda se enviarán mediante el método GET.
The get method is the one that shows the information.
El método get es el que se encarga en cada caso de mostrar la información.
So far, the get method just makes a simple call without any query params.
Hasta ahora, el método get solo realiza una llamada simple sin ningún parámetro de consulta.
The post, put and delete methods work in much the same way as the get method for the other request types.
Los métodos post, put y delete funcionan de la misma manera que el método get para los otros tipos de petición.
As can be seen in that example, it is not necessary to cast the value returned by the get method before using it as an integer.
Como puede verse en el ejemplo, no es necesario castear el valor retornado por el método get antes de usarlo como un entero.
So you should take a moment and compare the loop using the if statement and in operator with the loop using the get method.
Así que deberías pararte un momento y comparar el bucle usando la sentencia if y el operador in con el mismo bucle usando el método get.
Once you have a reference to a tracker object, you can use its get method to access the value of any field currently stored on the tracker.
Una vez que tengas una referencia a un objeto de seguimiento, puedes usar su método get para acceder al valor de cualquier campo almacenado en ese objeto.
Because the get method automatically handles the case where a key is not in a dictionary, we can reduce four lines down to one and eliminate the if statement.
Como el método get controla automáticamente el caso de que la clave no esté en el diccionario, podemos reducir cuatro líneas a una sola y eliminar la sentencia if
This type is used in the body of the class as the type of the contents variable, the argument of the set method, and the return type of the get method.
Este tipo es usado en el cuerpo de la clase como el tipo de la variable contenido, el argumento del método set y el tipo de retorno del método get.
get method for form transmissions
método get para transmisiones de formularios
The get method should return the variable, while the set method should assign a value to it.
El método get debe retornar la variable, mientras tanto el método set le debe asignar un valor.
Note that each time we set a value to the title property, its set method block is executed-the same goes for the get method each time we retrieve it.
Es muy sencillo crear un getter personalizado para una propiedad en cuenta que cada vez que le asignamos un valor a la propiedad title, se ejecuta su método set-lo mismo sucede para el método get cada vez que pedimos el valor de la propiedad.